a=10;b= 5;c=3;d=3;
if(a printf(%d %d %d %d a,b,c,d)
else printf("%d %d %d %d a,b,c,d);


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

Post New Answer

More C Interview Questions

In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping

0 Answers  


How to implement a packet in C

0 Answers   Aricent,


What is break statement?

0 Answers  


What is selection sort in c?

0 Answers  


How do you define a string?

0 Answers  






Why are algorithms important in c program?

0 Answers  


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

3 Answers  


how to find binary of number?

2 Answers  


Explain how do you use a pointer to a function?

0 Answers  


Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1

0 Answers  


What is LINKED LIST? How can you access the last element in a linked list?

0 Answers   ADP,


what is the syallabus of computer science students in group- 1?

0 Answers  


Categories