explain how do you use macro?
No Answer is Posted For this Question
Be the First to Post Answer
Write a Program to print this triangle: * ** * **** * ****** * ******** * ********** use two nested loops.
12 Answers MIT, TCS,
what are the stoge class in C and tel the scope and life time of it?
What are the characteristics of arrays in c?
What is line in c preprocessor?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
What is far pointer in c?
Why malloc is faster than calloc?
Explain what is the difference between declaring a variable and defining a variable?
What is the mean of this statement:: if(int i=0 * i=9)
Why do we use stdio h and conio h?
a<<1 is equivalent to a) multiplying by 2 b) dividing by 2 c) adding 2 d)none of the above
what is Structural oriented language? give some example of this language.....?