printf("%d",(printf("Hello")); What it returns?

Answer Posted / bhavesh kashikar

072

Is This Answer Correct ?    1 Yes 19 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?

731


Differentiate between new and malloc(), delete and free() ?

657


How many levels of indirection in pointers can you have in a single declaration?

586


Explain what is page thrashing?

602


What is static and volatile in c?

771






Write a program to swap two numbers without using the third variable?

587


if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above

697


write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?

2398


What is gets() function?

656


What does calloc stand for?

639


Explain how do you sort filenames in a directory?

594


What is an lvalue in c?

684


a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.

4529


develop algorithms to add polynomials (i) in one variable

1726


What is the difference between scanf and fscanf?

651