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
The difference between printf and fprintf is ?
What are actual arguments?
How do you define a function?
Explain about C function prototype?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
Write program to remove duplicate in an array?
What is difference between structure and union in c programming?
Where local variables are stored in c?
What is the difference between struct and typedef struct in c?
How can I swap two values without using a temporary?
How can I rethow can I return a sequence of random numbers which dont repeat at all?
What are the advantage of c language?
i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me
In a switch statement, explain what will happen if a break statement is omitted?
Explain can static variables be declared in a header file?