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

What is difference between static and global variable in c?

792


What are the storage classes in C?

838


The __________ attribute is used to announce variables based on definitions of columns in a table?

982


What is integer constants?

832


Which type of language is c?

852


How can I prevent another program from modifying part of a file that I am modifying?

853


write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3

1874


What is the acronym for ansi?

834


What is equivalent to ++i+++j?

877


Can a function argument have default value?

925


What’s a signal? Explain what do I use signals for?

873


When c language was developed?

841


Which programming language is best for getting job 2020?

803


What does c mean before a date?

864


What is formal argument?

895