out put of printf(“%d”,printf(ram));

Answer Posted / ramesh

if statement is like
printf("%d",printf("ram"));
then output is
ram3
else
variable ram is undeclared

Is This Answer Correct ?    9 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I check whether a file exists? I want to warn the user if a requested input file is missing.

658


Why is it important to memset a variable, immediately after allocating memory to it ?

1557


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

3847


What is 'bus error'?

651


Explain why can’t constant values be used to define an array’s initial size?

862






What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.

3736


FILE PROGRAMMING

1781


WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER

1466


Do you have any idea how to compare array with pointer in c?

611


Why flag is used in c?

658


What are the types of arrays in c?

627


Explain threaded binary trees?

684


What are the 32 keywords in c?

639


given post order,in order construct the corresponding binary tree

2326


How do you list a file’s date and time?

637