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
What is the ANSI C Standard?
Why does not use getgh(); and <conio.h> in c language.
What is sparse file?
What is preprocessor with example?
What is the difference between a structure and a union?
#include<stdio.h> int main() { int i=0,j=1,k=2,m,n=0; m=i++&&j++&&k++||n++; printf("%d,%d,%d,%d,%d",i,j,k,m,n); }
12 Answers Capital IQ, Sasken,
what is mean by Garbage collection ? Please answer me. Advance thanks.
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a<b,printb.find the sum digits of that number & then print.if a==b multiply 10 with a & add 20 with b store in c and then print
How do I read the arrow keys? What about function keys?
What is difference between constant pointer and constant variable?
what is the difference between definition and declaration? give me some examples.
Explain what is the difference between far and near ?