printf("%d",(printf("Hello")); What it returns?
Answer Posted / praneeth
It doesn't because in printf access specifier is Integer
but to display Hello we should use %s.
| Is This Answer Correct ? | 1 Yes | 22 No |
Post New Answer View All Answers
What are the loops in c?
Differentiate between functions getch() and getche().
What is a void pointer? When is a void pointer used?
What does a function declared as pascal do differently?
Write a C program to count the number of email on text
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
Write a program to reverse a string.
What is the difference between formatted&unformatted i/o functions?
How do you sort filenames in a directory?
Is that possible to add pointers to each other?
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
What are type modifiers in c?
Explain about the functions strcat() and strcmp()?
Is there any possibility to create customized header file with c programming language?