What is identifiers in c with examples?
No Answer is Posted For this Question
Be the First to Post Answer
12344321 123 321 12 21 1 1 how i print this program??
5 Answers DSR Management, Winit,
Why is c used in embedded systems?
what is the difference between c and c++?
I have an array of 100 elements, each of which is a random integer. I want to know which of the elements: a) are multiples of 2 b) are multiples of 2 AND 5 c) have a remainder of 3 when divided by 7
what is the output of the program and explain why?? #include<stdio.h> void main ( ) { int k=4,j=0: switch (k) { case 3; j=300; case 4: j=400: case 5: j=500; } printf (ā%d\nā,j); }
what are the static variables
8 Answers HCL, iFlex, TCS, Wipro,
which of the following go out of the loopo if expn 2 becoming false a.while(expn 1){...if(expn 2)continue;} b.while(!expn 1){if(expn 2)continue;...} c.do{..if(expn 1)continue;..}while(expn 2); d.while(!expn 2){if(expn 1)continue;..}
Where static variables are stored in c?
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
Who developed c language and when?
Is a pointer a kind of array?
what is the difference between arrays and linked list
26 Answers MAHINDRA, Tech Mahindra, Wipro,