Answer Posted / naresh lingampally
`\0' (ascii NUL, which has value zero)
"" no spaces nothing implemented
.
I am confused can any one explain !!
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Tell me with an example the self-referential structure?
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
What is difference between %d and %i in c?
Where define directive used?
What are the different data types in C?
What is pointer & why it is used?
all c language question
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
What is %s and %d in c?
How do you sort filenames in a directory?
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
How can I change their mode to binary?
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
Are the variables argc and argv are local to main?
What is a c token and types of c tokens?