How can a program be made to print the name of a source file where an error occurs?
What is the c language function prototype?
How to implement variable argument functions ?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
write a statement to display all the elements array M(in reverse order? int M[8]={20,21,22,23,24,25,26,27};
What is the difference between constant pointer and pointer to a constant. Give examples.
What are the types of c language?
write a program to find the frequency of a number
Is it valid to address one element beyond the end of an array?
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
What's a good way to check for "close enough" floating-point equality?
What is class and object in c?