What is #include conio h?
No Answer is Posted For this Question
Be the First to Post Answer
Why doesn't the code "a[i] = i++;" work?
What is c definition?
I have an array of 100 elements, each of which is a random integer. I want to know which of the elements: a) are multiples of 2 b) are multiples of 2 AND 5 c) have a remainder of 3 when divided by 7
Can main () be called recursively?
What is the use of f in c?
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
int i=~0; uint j=(uint)i; j++; printf(“%d”,j);
What is the difference between volatile and const volatile?
#define MAX 3 main() { printf("MAX = %d \n",MAX ); #undef MAX #ifdef MAX printf("Vector Instituteā); #endif
How can you tell whether a program was compiled using c versus c++?
What is the use of extern in c?
while running a program, i got the msg that press return key to exit.what that mean in C as there are no such options as far i know.