printf("%d",(printf("Hello")); What it returns?
Answer Posted / vignesh1988i
the printf fun() always writterns the numbeer of characters
...... so 5 is o/p
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
What are the 5 types of inheritance in c ++?
i want to know the procedure of qualcomm for getting a job through offcampus
Why is sprintf unsafe?
stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.
What is #include conio h?
How is pointer initialized in c?
Why can't I perform arithmetic on a void* pointer?
What is the difference between array and pointer?
What is the usage of the pointer in c?
What are the types of operators in c?
What are the different file extensions involved when programming in C?
Explain low-order bytes.
What do you mean by dynamic memory allocation in c? What functions are used?
Describe the steps to insert data into a singly linked list.
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)