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

write a progrmm in c language take user interface generate table using for loop?

0 Answers  


is it possible to change the default calling convention in c ?

1 Answers   Aptech,


What is a symbolic constant?

1 Answers  


Where in memory are my variables stored?

0 Answers  


Is it possible to have a function as a parameter in another function?

0 Answers  






program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)

0 Answers   Huawei,


How do I get a null pointer in my programs?

0 Answers  


wat is the output int main() { char s1[]="Hello"; char s2[]="Hello"; if(s1==s2) printf("Same"); else printf("Diff"); }

3 Answers  


write a program to sum of its digit with using control structure or with out using loop. for ex: let the number is 25634 then answer will be=2+5+6+3+4=20

4 Answers  


where does it flourished?

0 Answers   Microsoft,


What is a structure member in c?

0 Answers  


what is the difference between 123 and 0123 in c?

0 Answers  


Categories