What is #include stdlib h?
The file stdio.h, what does it contain?
What will be the output of following program #include main() { int x,y = 10; x = y * NULL; printf("%d",x); }
What is auto keyword in c?
What is an operator?
How does #define work?
Which weighs more, a gram of feathers or a gram of gold?
how to copy a string without using c function
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
How can I change the size of the dynamically allocated array?
void main(int argc,char *argv[],char *env[]) { int i; for(i=1;i<argc;i++) printf("%s",env[i]); }
int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?
Differentiate between the expression “++a” and “a++”?