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
main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); }
27 Answers Advent Global Solutions, CitiGroup, Valeo Lighting Systems India Private Limited, Vishal Transformers, Wipro, Zencer,
what is the difference between static variable and register variable?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
main() { char x; while(x=0;x<=255;x++) printf("\nAscii value %d Charater %c",x,x); }
What are header files? What are their uses?
write a program which will count occurance of a day between two dates.
what is diff between localstatic and globalstatis variable possible 2 use in another file...?
write a function to find whether a string is palindrome or not and how many palindrome this string contain?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
0 Answers Aspire, Infogain, TISL,
Explain what is the difference between far and near ?
Define VARIABLE?
What is the difference between struct and typedef struct in c?