|
Related Questions |
View Answer |
|
How do you write a C program which can calculate lines of code but not counting comments?
|
View Answer
|
|
Output of this Programme please??
main() {
int a[]={2,4,6,8,10}; int i; change(a,5); for(int i=0;i<=4;i++) printf("
%d", a[i]); }
change(int *b,int n) {
int i; for(i=0;i *(b+i) = *(b+i)+5; }
sytaxis correct?? was asked i a test
|
View Answer
|
|
How can we open a image file through C program
|
View Answer
|
|
What does it mean-
a[i]=i+i
|
View Answer
|
|
I want C program code for : Reverse the links of a linked list by traversing only once
Input: The input consists of the information in each node of the linked list.
Output: The program displays the information in the linked list after the links are reversed.
Sample Input: Enter the information in the linked list (Enter -1 to exit): 10 20 30 40 50 -1
Sample Output: After the links are reversed Information in the linked list: 50 40 30 20 10
|
View Answer
|
|
Write a program which accepts a filename as a command line argument and reverses the contents of the file( ie first character
becomes the last character of the file and so on)
Input: The program takes the file name whose content should be reversed.
Output: The program reverses the contents of the file.
|
View Answer
|
|
What is page thrashing?
|
View Answer
|
|
When should the register modifier be used? Does it really help?
|
View Answer
|
|
When should a type cast be used?
|
View Answer
|
Please Note: We keep on updating better answers to this site. In case you are looking for Jobs, Pls Click Here Vyoms.com - Best Freshers & Experienced Jobs Website.
View All C Interview Questions & Answers - Exam Mode /
Learning Mode
|