what is op?
for(c=0;c=1000;c++)
printf("%c",c);
Post New Answer View All Answers
What is variable declaration and definition in c?
How can I do peek and poke in c?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
What is an array in c?
What are lookup tables in c?
What is main () in c?
What are the types of operators in c?
what is the basis for selection of arrays or pointers as data structure in a program
What is the meaning of 2d in c?
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
How do we make a global variable accessible across files? Explain the extern keyword?
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
Explain spaghetti programming?
Why is c called "mother" language?
What are identifiers c?