Explain what are compound statements?


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

Post New Answer

More C Interview Questions

Why do we use pointer to pointer in c?

0 Answers  


What does dm mean sexually?

0 Answers  


YBJBU6

1 Answers  


What are the different categories of functions in c?

0 Answers  


how to write a data 10 in address location 0x2000

3 Answers  






How can I find the modification date and time of a file?

0 Answers  


By using C language input a date into it and if it is right?

0 Answers   Aricent,


Explain what are run-time errors?

0 Answers  


fn f(x) { if(x<=0) return; else f(x-1)+x; }

5 Answers   HCL,


code snippet for creating a pyramids triangle ex 1 2 2 3 3 3

4 Answers  


Write a C++ program without using any loop (if, for, while etc) to print numbers from 1 to 100 and 100 to 1;

18 Answers   Accenture, Cisco, Egentec, HCL, Ideaz, Infosys, M-Systems, MYR, TCS,


what does the following code do? fn(int n,int p,int r) { static int a=p; switch(n){ case 4:a+=a*r; case 3:a+=a*r; case 2:a+=a*r; case 1:a+=a*r; } } a.computes simple interest for one year b.computes amount on compound interest for 1 to 4 years c.computes simple interest for four year d.computes compound interst for 1 year

7 Answers   TCS,


Categories