Answer Posted / sanjana
C is a context sensitive language
| Is This Answer Correct ? | 14 Yes | 9 No |
Post New Answer View All Answers
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
Write a program of prime number using recursion.
How can you avoid including a header more than once?
List the difference between a "copy constructor" and a "assignment operator"?
Explain the use of #pragma exit?
What is null in c?
What does == mean in texting?
What kind of structure is a house?
List some basic data types in c?
Explain pointer. What are function pointers in C?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
What is the use of bit field?
How are structure passing and returning implemented?