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


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

Post New Answer

More C Interview Questions

Write a c program using for loop in switch case?

1 Answers   Infosys,


What is f'n in math?

0 Answers  


what is the advantage of software development

1 Answers  


What are dangling pointers in c?

0 Answers  


List some of the dynamic data structures in C?

0 Answers  


How many keywords (reserve words) are in c?

0 Answers  


What are structure types in C?

0 Answers  


What is meaning of tree

0 Answers  


wat s the meaning of (int *)p +4;

2 Answers  


main() {int i=5; // line 1 i=(++i)/(i++); // line 2 printf("%d",i); // line 3 } output is 2 but if we replace line 2 and line 3 by printf("%d",i=(++i)/(i++)); then output is 1. Why?

1 Answers   GATE,


size maximum allocated by calloc()

3 Answers   DELL,


write a c/c++ program that takes a 5 digit number and calculates 2 power that number and prints it?

4 Answers  


Categories