What is the code in while loop that returns the output of given code?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is New modifiers?

0 Answers   NA,


void main() { //char ch; unsigned char ch; clrscr(); for(ch =0;ch<= 127; ch++) printf(" %c= %d \t ", ch, ch); } output?

4 Answers   Groupon,


What is calloc in c?

0 Answers  


Is this program statement valid? INT = 10.50;

0 Answers  


Binary tree traversing

1 Answers   Qualcomm,






What is the use of printf() and scanf() functions?

0 Answers  


#include<conio.h> #include<stdio.h> void main() { int i; if(1,0,2,3) { printf("if"); } else { printf("else"); } getch(); } Can any body tell the answer of this question with explanation?

3 Answers   Huawei,


What is the difference between a string and an array?

0 Answers  


1. Write a program to reverse every second word in a given sentence.

1 Answers  


what is ram?

3 Answers   TCS,


main() { int a; a=++100; printf("%d",a); getch(); }

4 Answers  


what is the output of the program?? #include<stdio.h> main ( ) { int a=010,sum=0,tracker: for(tracker=0;tracker<=a;tracker++) sum+=tracker; printf(ā€œ %d\nā€,sum); } what is the difference between a=10 and a=010??

3 Answers   Oracle,


Categories