The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
No Answer is Posted For this Question
Be the First to Post Answer
How can I access memory located at a certain address?
which header file contains main() function in c?
17 Answers Google, HCL, TCS,
we have a 3litres jug and a 5 litres jug and no measures on them. using these two jugs how can we measure 4 litres of water?
#include<stdio.h> { printf("Hello"); } how compile time affects when we add additional header file <conio.h>.
What is an object?
What is meant by initialization and how we initialize a variable?
Explain what are the __date__ and __time__ preprocessor commands?
What is nested structure in c?
Explain what is wrong with this statement? Myname = ?robin?;
Explain how do you determine whether to use a stream function or a low-level function?
What is storage class?
why programs in c are running with out #include<stdio.h>? some warnings are display in terminal but we execute the program we get answer why? eg: main() { printf("hello world "); }