what is the flow of execution in cprogram?
ex:printf();,scanf();
Answer Posted / tamil venthan s
i asking about from right to left or left to right ...
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What do you mean by Recursion Function?
Where are local variables stored in c?
What are comments and how do you insert it in a C program?
What are the key features in c programming language?
What is formal argument?
In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.
Explain the red-black trees?
Tell me about low level programming languages.
What is class and object in c?
What are the disadvantages of external storage class?
how many key words availabel in c a) 28 b) 31 c) 32
Why doesnt the call scanf work?
What are extern variables in c?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
What is #ifdef ? What is its application?