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
for questions 14,15,16,17 use the following alternatives:a.int b.char.c.string.d.float
how to write optimum code to divide a 50 digit number with a 25 digit number??
code for concatination of 2 strings with out using library functions?
What is && in c programming?
Explain how do you sort filenames in a directory?
Explain what is the concatenation operator?
What has to put when we are inserting as assembly language code into the C code? or When we are inserting as assembly language code into the C code we have to insert one thing at the start and of the assembly language. What are they?
hello everybody can we change a the adress of a variabl i mean can i put for exemple for a int *p: &p=6 ?????????
What is a wrapper function in c?
What is an endless loop?
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
Is there sort function in c?