without a terminator how can we print a message in a printf
() function.
Answer Posted / dharmendra
we can make without using if,for,while statments.....
main()
{
fun(printf("\nCute Ramya !!!!!"));
}
fun(int i)
{
;;;;; i++
}
| Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
Why malloc is faster than calloc?
What does 3 periods mean in texting?
What is a volatile keyword in c?
What is pointers in c with example?
Explain what is output redirection?
Differentiate between the = symbol and == symbol?
What is the difference between malloc() and calloc() function in c language?
Why is structure important for a child?
Write a program to print "hello world" without using a semicolon?
Do you know the difference between exit() and _exit() function in c?
What is dynamic dispatch in c++?
Explain the difference between malloc() and calloc() in c?
What is && in c programming?
explain how do you use macro?