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

WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.

2030


What is the most efficient way to store flag values?

690


What is a void pointer in c?

609


a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list

635


Give differences between - new and malloc() , delete and free() ?

613






The file stdio.h, what does it contain?

668


Suppose we have a table name EMP as below. We want to perform a operation in which, I want to change name ‘SMITH’ from as ‘SMITH JAIN’. Also I want to change the name of the column from ENAME to E_NAME. EMPNO ENAME JOB MGR HIREDATE SAL 7369 SMITH Coder 7902 17-DEC-80 800 7499 ALLEN SALESMAN 7698 20-FEB-81 1600 7521 WARD SALESMAN 7698 22-FEB-81 1250

1510


Define C in your own Language.

642


Explain what is the difference between a free-standing and a hosted environment?

636


How can a string be converted to a number?

519


Explain what are multidimensional arrays?

605


What are different storage class specifiers in c?

618


What is volatile variable how do you declare it?

566


How we can insert comments in a c program?

634


When a c file is executed there are many files that are automatically opened what are they files?

594