What is the modulus operator?
No Answer is Posted For this Question
Be the First to Post Answer
What is header file in c?
What are the languages are portable and platform independent?Why they are like that?
Difference between exit() and _exit() function?
int i=10; printf("%d %d %d", i, i=20, i);
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
How to compare array with pointer in c?
what information does the header files contain?
6 Answers BSNL, Cisco, GDA Technologies,
How can you find the exact size of a data type in c?
What is the difference between text and binary modes?
What is Full Form of C and Why We use C
what is the output of following question? void main() { int i=0,a[3]; a[i]=i++; printf("%d",a[i] }
what is c++ programming?