The % symbol has a special use in a printf statement. 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 does ‘Bus Error’ mean?
What is structure pointer in c?
Given an array of numbers, except for one number all the others occur twice. Give an algorithm to find that number which occurs only once in the array.
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
What is the memory allocated by the following definition ? int (*x)[10];
How can I invoke another program or command and trap its output?
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
difference between Low, Middle, High Level languages in c ?
Explain what is output redirection?
What is variable and explain rules to declare variable in c?
Which is not valid in C? 1) class aClass{public:int x;} 2) /* A comment */ 3) char x=12;
Is c compiled or interpreted?