How will you print % character?
a. printf(“\%”)
b. printf(“\\%”)
c. printf(“%%”)
d. printf(“\%%”)
Answer Posted / govind verma
using printf("%%");
bcoz compiler place %% to % ....... this grammr written in compiler,,,,,,
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Sir... please give some important coding questions asked by product companies..
write a function to give demostrate the functionality of 3d in 1d. function prototye: change(int value,int indexX,int indexY,int indexZ, int [] 1dArray); value=what is the date; indexX=x-asix indexY=y-axis indexZ=z-axis and 1dArray=in which and where the value is stored??
write a c program to input initial & final time in the format hh:mm and find the time intervel between them? Ex inputs are initial 06:30 final 00:05 and 23:22 final 22.30
How can you relate the function with the structure? Explain with an appropriate example.
write a program for area of circumference of shapes
What is full form of PEPSI
Can you send Code for Run Length Encoding Of BMP Image in C Language in linux(i.e Compression and Decompression) ?
why do you use macros? Explain a situation where you had to incorporate macros in your proc report? use a simple instream data example with code ?
how to test pierrot divisor
What is the match merge ? compare data step match merge with proc sql merge - how many types are there ? data step vs proc sql
how to programme using switch statements and fuctions, a programme that will output two even numbers, two odd numbers and two prime numbers of the users chioce.
Design an implement of the inputs functions for event mode
how to create a 3x3 two dimensional array that will give you the sums on the left and bottom columns
could you please send the program code for multiplying sparse matrix in c????
why nlogn is the lower limit of any sort algorithm?