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
What is default value of global variable in c?
Which sorting algorithm is the best?
main difference between c and c++ language
What is data types?
How to write a multi-statement macro?
print a "hello" word without using printf n puts in c language
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
Write a c program to build a heap method using Pointer to function and pointer to structure ?
Describe the difference between = and == symbols in c programming?
what is a function pointer and how all to declare ,define and implement it ???
How to avoid structure padding in C?
What does %2f mean in c?