Find greatest of two numbers using macro
Post New Answer View All Answers
What is the scope of global variable in c?
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
How can I open files mentioned on the command line, and parse option flags?
Why is c so powerful?
What does 3 periods mean in texting?
How can I implement sets or arrays of bits?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
What is the difference between array and pointer?
What are the features of c language?
Differentiate between new and malloc(), delete and free() ?
What is include directive in c?
What does the format %10.2 mean when included in a printf statement?
What is the use of f in c?
How do you declare a variable that will hold string values?
What are the 4 types of functions?