Write the control statements in C language


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

Post New Answer

More C Interview Questions

What is the importance of c in your views?

0 Answers  


HOW DO YOU HANDLE EXCEPTIONS IN C?

2 Answers   AppLabs,


how to print 2-D array using a single for loop?

2 Answers   Mind Tree, TCS, Value Labs,


void main(int argc,char *argv[],char *env[]) { int i; for(i=1;i<argc;i++) printf("%s",env[i]); }

3 Answers  


Sir,please help me out with the output of this programme:- #include<stdio.h> #include<conio.h> void main() { int a=18,b=12,i; for(i=a<b?a:b;a%i||b%i;i--); printf("%d %d",i); }

4 Answers  


Write a c program for sum of first n terms of the series S = 1 - (1/3) + (1/5) -(1/7) + (1/9) ......

2 Answers  


write a program to generate 1st n fibonacci prime number

12 Answers  


get any number as input except 1 and the output will be 1.without using operators,expressions,array,structure.don't print 1 in printf statement

3 Answers  


Why c is called top down?

0 Answers  


What are the benefits of c language?

0 Answers  


How do you list files in a directory?

0 Answers  


we have a 3litres jug and a 5 litres jug and no measures on them. using these two jugs how can we measure 4 litres of water?

2 Answers   Convergys,


Categories