Answer Posted / chirag
C is object oriented language.
C is very easy language.
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
Is calloc better than malloc?
What is include directive in c?
How can I make sure that my program is the only one accessing a file?
What is a far pointer in c?
Does free set pointer to null?
What is c standard library?
What is masking?
What is the meaning of ?
What is the right type to use for boolean values in c?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
Is there a way to jump out of a function or functions?
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
Write a code to remove duplicates in a string.
What is the value of c?
What is nested structure with example?