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
what is the difference between 123 and 0123 in c?
Why is c still so popular?
What does %c do in c?
formula to convert 2500mmh2o into m3/hr
What is extern keyword in c?
What are local static variables? How can you use them?
What does the && operator do in a program code?
how to build a exercise findig min number of e heap with list imlemented?
What extern c means?
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc
What is function pointer c?
What is the default value of local and global variables in c?
Differentiate fundamental data types and derived data types in C.
What is typedef?
all c language question