What is break statement?


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

Post New Answer

More C Interview Questions

plz answer.... write a program that reads line (using getline) e.g."345", converts each line to an integer using "atoi" and computes the average of all the numbers read. also compute the standard deviation.

1 Answers  


Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon

0 Answers   HCL,


What are the main characteristics of c language describe the structure of ac program?

0 Answers  


What is wrong in this statement?

0 Answers  


What is %d called in c?

0 Answers  






Explain what does the function toupper() do?

0 Answers  


int main() { int x = (2,3,4); int y = 9,10,11; printf("%d %d",x,y); } what would be the output?

7 Answers   Parimal, Wipro,


please give me some tips for the placement in the TCS.

0 Answers   TCS,


What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?

0 Answers  


Write a programe print the sum of series 0,1,2,.....10

7 Answers  


write a program fibonacci series and palindrome program in c

0 Answers   Aditi Placement Service,


When should the volatile modifier be used?

0 Answers  


Categories