How do you override a defined macro?
No Answer is Posted For this Question
Be the First to Post Answer
How do you redirect a standard stream?
What is the purpose of main() function?
how to find out the biggest element (or any other operation) in an array which is dynamic. User need not to mention the array size while executing.
Identify the correct argument for the function call fflush () in ANSI C: A)stdout B)stdin C)stderr D)All the above
# define prod(a,b)=a*b main() { int x=2; int y=3; printf("%d",prod(x+2,y-10)); } the output of the program is a.8 b.6 c.7 d.none
what is the main use of c where it can use the c
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
which do you prefer C or Pascal?
What is the difference between local variable and global variable in c?
What 'lex' does?
What is array of structure in c programming?
How will you allocate memory to double a pointer?