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

Answer Posted / karna

hello5

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is malloc calloc and realloc in c?

670


What is && in c programming?

683


Is there a way to compare two structure variables?

617


Define macros.

785


Explain how does flowchart help in writing a program?

634






What are the uses of a pointer?

683


What is clrscr in c?

681


What is structure packing in c?

608


How can I find out how much free space is available on disk?

631


What are 3 types of structures?

594


pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)

2201


You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.

1783


simple program of graphics and their output display

1470


What is c programming structure?

620


List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.

2303