what will be printed by this printf?
printf("%c",printf("hi")["sharkselva"]));
}
Answer Posted / srsabariselvan3
hia
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
Where we use clrscr in c?
Explain what is the concatenation operator?
What is scope of variable in c?
What is the use of #include in c?
What is the size of a union variable?
Can you pass an entire structure to functions?
How many bytes are occupied by near, far and huge pointers (dos)?
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
Can we access array using pointer in c language?
Tell me what is the purpose of 'register' keyword in c language?
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
Who is the founder of c language?
Who invented b language?
Explain what is the use of a semicolon (;) at the end of every program statement?
Why do we use namespace feature?