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

yogesh patil in dell

3 Answers   DELL,


Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.

0 Answers  


Please write the area of a RIGHT ANGLED TRIANGLE.

1 Answers  


What is difference between the following 2 lines…. int temp = (int)(0x00); int temp = (0x00int);

3 Answers   Bosch,


what are the advantage of pointer variables? write a program to count the number of vowels and consonants in a given string

3 Answers  






What does c mean in basketball?

0 Answers  


What is getch() function?

0 Answers  


Hai why 'c' is the middle language

4 Answers  


what are # pragma staments?

0 Answers  


Explain about the functions strcat() and strcmp()?

0 Answers  


Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?

0 Answers   Genpact,


write the function int countchtr(char string[],int ch);which returns the number of timesthe character ch appears in the string. for example the call countchtr("she lives in Newyork",'e') would return 3.

6 Answers  


Categories