Explain 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 use of header files?
What is the meaning of && in c?
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
program to find the magic square
10. Study the code: void show() main() { show(); } void show (char *s) { printf("%sn",s); } What will happen if it is compiled & run on an ANSI C Compiler? A)It will compile & nothing will be printed when it is executed B)it will compile but not link C)the compiler will generate an error D)the compiler will generate a warning
Why is conio.h not required when we save a file as .c and use clrscr() or getch() ?
any string of bits of length 'n' represents a unique non- negative integer between.............?
What is the function of this pointer?
0 Answers Agilent, ZS Associates,
Explain how do you declare an array that will hold more than 64kb of data?
why programs in c are running with out #include<stdio.h>? some warnings are display in terminal but we execute the program we get answer why? eg: main() { printf("hello world "); }
How to avoid structure padding in C?
what are the general concepts of c and c++