What is volatile keyword in c?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
will u give me old quesrion papers for aptitude for L & t info tech?
HOW TO HANDLE EXCEPTIONS IN C
main() { int x, arr[8]={11,22,33,44,55,66,77,88}; x=(arr+2)[3]; printf(“%d”,x); }
What is a macro in c preprocessor?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a<b,printb.find the sum digits of that number & then print.if a==b multiply 10 with a & add 20 with b store in c and then print
What is local and global variable in c?
How many data structures are there in c?
what is the difference b/w compiler and debugger?
code for quick sort?
What is sparse file?
what is inline function?