Does c have enums?
No Answer is Posted For this Question
Be the First to Post Answer
Can u return two values using return keyword? If yes, how? If no, why?
Why do we need volatile in c?
Find occurence of a character in a sting.
What is operator promotion?
Why is c still so popular?
if a person is buying coconuts of Rs10,and then sell that coconuts of Rs9,with the loss of one rupee.After that the person became a millaniore.how?
What does c in a circle mean?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
what are threads ? why they are called light weight processes ? what is the relation between process and threads ?
How do you write a program which produces its own source code as its output?
f(char *p) { p=(char *)malloc(sizeof(6)); strcpy(p,"HELLO"); } main() { char *p="BYE"; f(p) printf("%s",p); } what is the output?
9 Answers Hughes, Tech Mahindra,
What is action and transformation in spark?