What is a nested formula?
What are types of structure?
In which header file is the null macro defined?
What is the use of a semicolon (;) at the end of every program statement?
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
How can you avoid including a header more than once?
Why do we use main function?
Explain that why C is procedural?
to find the closest pair
#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); }
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
write an algorithm to display a square matrix.
What is a string?
plz let me know how to become a telecom protocol tester. thank you.
write a program to copy the string using switch case?