Explain how can you avoid including a header more than once?
No Answer is Posted For this Question
Be the First to Post Answer
The C language terminator is a.semicolon b.colon c.period d.exclamation mark
What is malloc and calloc?
Give the output for the following program. #define STYLE1 char main() { typedef char STYLE2; STYLE1 x; STYLE2 y; clrscr(); x=255; y=255; printf("%d %d\n",x,y); }
hi how to convert program from notepad to turboc editor can u please help me
Is reference used in C?
what is inline function?
In a switch statement, what will happen if a break statement is omitted?
What is operator precedence?
Write a programm such that if user enter 11.25 it roundup to 11 but if user enter 11.51 upto 11.99 it will round up to 12 i.e.;convert the floting point value into integer format as explain above..
how c source file in converted to exe file
wat is the difference between a definition and declaration? float y;---it looks like a declaration..but it s a definition.how?someone explain
Which are low level languages?