without a terminator how can we print a message in a printf
() function.

Answer Posted / indrani

#include<stdio.h>

void main()
{
fun(printf("\nCute Ramya !!!!!"));
}
fun(int i)
{
i++;
}

Is This Answer Correct ?    5 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How is = symbol different from == symbol in c programming?

618


What are local static variables? How can you use them?

651


What are comments and how do you insert it in a C program?

750


Why c is known as a mother language?

652


What is chain pointer in c?

609






What are the types of operators in c?

620


Can variables be declared anywhere in c?

628


Why is c so important?

604


What is a nested formula?

611


What is enumerated data type in c?

633


Are there constructors in c?

602


what do you mean by enumeration constant?

601


What are formal parameters?

666


What is a ternary operator in c?

661


What are the 5 elements of structure?

575