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


Please Help Members By Posting Answers For Below Questions

What is #define?

577


How do you define CONSTANT in C?

653


How do I use strcmp?

643


What does 3 periods mean in texting?

600


What is a lookup table in c?

627






What are the applications of c language?

627


the factorial of non-negative integer n is written n! and is defined as follows: n!=n*(n-1)*(n-2)........1(for values of n greater than or equal to 1 and n!=1(for n=0) Perform the following 1.write a c program that reads a non-negative integer and computes and prints its factorial. 2. write a C program that estimates the value of the mathematical constant e by using the formula: e=1+1/!+1/2!+1/3!+.... 3. write a c program the computes the value ex by using the formula ex=1+x/1!+xsquare/2!+xcube/3!+....

22237


a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if

706


What is logical error?

605


Can static variables be declared in a header file?

618


Are there any problems with performing mathematical operations on different variable types?

576


write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a

1453


When should you use a type cast?

593


Is there a way to switch on strings?

622


what are the facialities provided by you after the selection of the student.

1660