What are the standard predefined macros?
No Answer is Posted For this Question
Be the First to Post Answer
What is a const pointer?
which will be first in c compiling ,linking or compiling ,debugging.
main() { int i,n=010; int sum=0; for(i=1;i<=n;i++) {s=s+i; } printf("%d",&s); getch(); }
why array index always starts from zero??
What is your stream meaning?
Why functions are used in c?
Tell me when would you use a pointer to a function?
int i; i=2; i++; if(i=4) { printf(i=4); } else { printf(i=3); } output of the program ?
What is the full form of getch?
related to rdbms query .
i=10,j=20 j=i,j?(i,j)?i:j:j print i,j
How do I determine whether a character is numeric, alphabetic, and so on?