how many keywords do C compile?
Answer Posted / sherab gyeltshen
32...
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
Why doesnt long int work?
which is conditional construct a) if statement b) switch statement c) while/for d) goto
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
Explain how do you list files in a directory?
can anyone please tell about the nested interrupts?
What is the equivalent code of the following statement in WHILE LOOP format?
Explain about the functions strcat() and strcmp()?
Explain what are run-time errors?
When should volatile modifier be used?
what is event driven software and what is procedural driven software?
How many bytes are occupied by near, far and huge pointers (dos)?
What are the types of type qualifiers in c?
What are the advantages of using linked list for tree construction?