without a terminator how can we print a message in a printf
() function.
Answer Posted / adesh
#include<stdio.h>
#include<conio.h>
main()
{
if("adesh")
{
}
}
| Is This Answer Correct ? | 7 Yes | 10 No |
Post New Answer View All Answers
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
What are the different categories of functions in c?
Explain how can I convert a string to a number?
What is the difference between void main and main in c?
What's a good way to check for "close enough" floating-point equality?
How many header files are in c?
how to write optimum code to divide a 50 digit number with a 25 digit number??
Is array a primitive data type in c?
Compare interpreters and compilers.
What does static variable mean in c?
In c language can we compile a program without main() function?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
What do you understand by friend-functions? How are they used?
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
What is formal argument?