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
Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
What is the use of getchar functions?
Explain what is a static function?
Why do we use namespace feature?
1 1 12 21 123 321 12344231 how i creat it with for loop??
what is foreign key in c language?
What are macros in C?
Write a code to determine the total number of stops an elevator would take to serve N number of people.
Will Macros support multiple arguments ?
How can I avoid the abort, retry, fail messages?
Where are the auto variables stored?