How do you override a defined macro?
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose of clrscr () printf () and getch ()?
write a c program to find the roots of a quadratic equation ax2 + bx + c = 0
11 Answers CSC, St Marys, TATA,
What is the output of the program given below #include<stdio.h> main() { char i=0; for(;i>=0;i++) ; printf("%d\n",i); }
21 Answers ADITI, Student, TCS,
how to get the starting address of file stored in harddisk through 'C'program.
When would you use a pointer to a function?
What are formal parameters?
What does static variable mean in c?
print the following using nested for loop. 5 4 3 2 1 1 2 3 4 3 2 1 1 2 1 2 1 1 2 3 4 3 2 1 1 2 3 4 5
9.how do you write a function that takes a variable number of arguments? What is the prototype of printf () function? 10.How do you access command-line arguments? 11.what does ‘#include<stdio.h>’ mean? 12.what is the difference between #include<> and #include”…”? 13.what are # pragma staments? 14.what is the most appropriate way to write a multi-statement macro?
Array is an lvalue or not?
Why clrscr is used after variable declaration?
What is dynamic dispatch in c++?