Why is C language being considered a middle level language?
No Answer is Posted For this Question
Be the First to Post Answer
a.One Cannot Take the address of a Bit Field b.bit fields cannot be arrayed c.Bit-Fields are machine Dependant d.Bit-fields cannot be declared as static Which of the Following Statements are true w.r.t Bit-Fields A)a,b&c B)Only a & b C)Only c D)All
3 Answers Accenture, Digg.com,
What is the purpose of the statement: strcat (S2, S1)?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
What is quick sort in c?
void main() { for(; 0 ;) ... { printf("hello"); ... } getch(); }
int main() { int days; printf("enter days you are late"); scanf("%d",days); if (days<=5) printf("5o paisa fine"); if (days<=10&&days>=6) printf("1rs fine"); if(days>10) printf("10 rs fine"); if(days=30) printf("membership cancelled"); return 0; } tell me whats wrong in this program? is it right?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
int i; i=2; i++; if(i=4) { printf(i=4); } else { printf(i=3); } output of the program ?
What are the advantages of the functions?
Explain how do you use a pointer to a function?
main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); }
11 Answers CISOC, CitiGroup, College School Exams Tests,
compute the nth mumber in the fibonacci sequence?
10 Answers Canon, HPL, Satyam, TCS,