What is the purpose of macro in C language?
No Answer is Posted For this Question
Be the First to Post Answer
What happens if header file is included twice?
What are the types of pointers?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a<b,printb.find the sum digits of that number & then print.if a==b multiply 10 with a & add 20 with b store in c and then print
program for following output using for loop? 1 2 2 3 3 3 4 4 4 4 5 5 5 5 5
Prove or disprove P!=NP.
What does it mean when the linker says that _end is undefined?
dynamically allocate memory for linear array of n integers,store some elements in it and find some of them
wat is output of the following int main() { const int j=2; int i; switch(i) { case 1:break; case j:break; default:break; } }
wat are the two methods for swapping two numbers without using temp variable??
Write a program to remove the C comments(/* */) and C++ comments(//) from a file. The file should be declared in command line.
how to TOGGLE Nth bit of variable in a MACRO
What is the usage of the pointer in c?