in C-programming language without using printf statement
can we get output r not ? if yes how and if no also how ?

Answer Posted / gokul

It's impossible without using any library function

Is This Answer Correct ?    3 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is function pointer c?

586


Is c is a middle level language?

597


What is the use of extern in c?

647


What is the advantage of an array over individual variables?

742


Explain what math functions are available for integers? For floating point?

612






Write a program to print ASCII code for a given digit.

688


Write a client and server program in C language using UDP, where client program interact with the Server as given below: i) The client begins by sending a request to send a string of 8 characters or series of 7 numbers, the server sends back a characters or numbers as per the request of the client. ii) In case of series of 7 numbers: The client sends a multiplication of numbers, to the server. iii) In case of a string of 8 characters: The client sends a reverse order of string to the server.. iv) Server will send an acknowledgment to the client after receiving the correct answer

3842


What is a pointer and how it is initialized?

609


Differentiate between Macro and ordinary definition.

731


How can I invoke another program or command and trap its output?

616


What is the use of the function in c?

598


any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above

632


What is array in C

710


What are the complete rules for header file searching?

674


Can variables be declared anywhere in c?

622