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's the difference between struct x1 { ... }; and typedef struct { ... } x2; ?
What is bss in c?
What is the difference between array and pointer in c?
Write a program to print prime nums from 1-20 using c programing?
How can I access memory located at a certain address?
Write a c program using for loop in switch case?
write a program that uses point of sale system. which are mainly used by retail markets, where the is a database inventory list, a slip should be printed for the customer. manage should be able to access what has been sold and what is left from stock?
Write a program in c using only loops to print * * * * * *******
Explain what is the purpose of "extern" keyword in a function declaration?
whitch value return void main?
stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.
What is the use of #define preprocessor in c?