Why enum is used in c?
No Answer is Posted For this Question
Be the First to Post Answer
How do you use a pointer to a function?
What is I ++ in c programming?
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE
Explain data types & how many data types supported by c?
Write a program with dynamically allocation of variable.
what are the interview question's in the language c
class foo { public: static int func(const char*& p) const; }; This is illegal, why?
Describe the header file and its usage in c programming?
we all know about the function overloading concept used in C++ and we all learnt abt that.... but that concept is already came in C in a very smaller propotion ... my question is IN WHICH CONCEPT THERE IS A USE OF FUNCTION OVERLOADING IS USED in C language?????????????
Write a C program that reads a series of strings and prints only those ending in "ed"
what do you mean by enumeration constant?
Can u return two values using return keyword? If yes, how? If no, why?