Hi Every one......... Please Any body give me the answer for
my question. Is it possible to print the word "PRINT F",
without using printf() statement in C-Language.

Answer Posted / veerababu

printf(" ");

Is This Answer Correct ?    4 Yes 16 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is static and volatile in c?

773


What is floating point constants?

680


What are pointers in C? Give an example where to illustrate their significance.

744


Explain the meaning of keyword 'extern' in a function declaration.

711


what is the basis for selection of arrays or pointers as data structure in a program

3781






What is a substring in c?

581


What is the difference between exit() and _exit() function in c?

576


What are the main characteristics of c language describe the structure of ac program?

604


Write a progarm to find the length of string using switch case?

1601


swap 2 numbers without using third variable?

656


What is a rvalue?

743


Are the outer parentheses in return statements really optional?

568


What is echo in c programming?

549


write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.

14948


Why malloc is faster than calloc?

582