Answer Posted / mitesh
c is a middle level language.it is easy to understand and write the program.
| Is This Answer Correct ? | 16 Yes | 1 No |
Post New Answer View All Answers
What is a method in c?
Explain can the sizeof operator be used to tell the size of an array passed to a function?
#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }
What is the use of sizeof () in c?
Can a void pointer point to a function?
write a proram to reverse the string using switch case?
What are the 4 types of unions?
What is c programing language?
How do you list a file’s date and time?
Explain what is the benefit of using #define to declare a constant?
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
What is string function in c?
What does dm mean sexually?
Write a program for Overriding.
Explain argument and its types.