Answer Posted / ravi
userdefined
| Is This Answer Correct ? | 33 Yes | 7 No |
Post New Answer View All Answers
What are all different types of pointers in c?
Can a program have two main functions?
What is d scanf?
How does normalization of huge pointer works?
What is malloc calloc and realloc in c?
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
Explain what does the format %10.2 mean when included in a printf statement?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
Explain what is the difference between functions getch() and getche()?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
Why static is used in c?
What are enumerated types?
What are inbuilt functions in c?
What is 1f in c?
Write the control statements in C language