What is the benefit of using #define to declare a constant?
No Answer is Posted For this Question
Be the First to Post Answer
/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }
Which is not valid in C? 1) class aClass{public:int x;} 2) /* A comment */ 3) char x=12;
is forign key will be unique key any table or not?
What is hungarian notation? Is it worthwhile?
What do you mean by keywords in c?
What are header files and explain what are its uses in c programming?
biggest of two no's with out using if condition statement
Define recursion in c.
Write one statement equalent to the following two statements x=sqr(a); return(x); Choose from one of the alternatives a.return(sqr(a)); b.printf("sqr(a)"); c.return(a*a*a); d.printf("%d",sqr(a));
How is actual parameter different from the formal parameter?
YBJBU6
compare array with pointer?