Explain void pointer?
No Answer is Posted For this Question
Be the First to Post Answer
how is the examination pattern?
What is the difference between single charater constant and string constant?
what is c?
what is difference b/w extern & volatile variable??
#include<stdio.h> int main( ) { Int a=300, b, c; if(a>=400) b=300; c=200; printf(“%d%d ”, b, c); return0; }
I heard that you have to include stdio.h before calling printf. Why?
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
Do you know the purpose of 'register' keyword?
What are the features of c languages?
main() { clrscr(); } clrscr();
Why cd or dvd are round why not square.
How can I set an array's size at run time?