Is main an identifier in c?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
2.main { int x,j,k; j=k=6;x=2; x=j*k; printf("%d", x);
#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
What is use of null pointer in c?
Why is c platform dependent?
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
Differentiate Source Codes from Object Codes
1. Can we use the for loop this way? for(;i>5;) 2. What is the use of pointers? 3. what is array of pointer? 4. What is the difference between file and database? 5. Define data structure?
what is a static function
What are the phases in s/w developed life cycle? wat is the diff b/w stack & queue...where do we use stack
how to implement stack work as a queue?