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
Do pointers store the address of value or the actual value of a variable?
what is computer engg
what is diff between localstatic and globalstatis variable possible 2 use in another file...?
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
Write a c program to read a positive number and display it in words.? ex: 123=one two three help me....
What is the scope of global variable in c?
What does char * * argv mean in c?
is c language is a object oreinted language?
What does the format %10.2 mean when included in a printf statement?
Write a routine that prints out a 2-D array in spiral order!
name the language for writing c compiler?
What is pass by reference in c?