Answer Posted / gopinath.j
ANSI-American National Standards Institute
ISO-International standardization for organization
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
Explain about the constants which help in debugging?
What are the advantages of c language?
Do pointers take up memory?
Do variables need to be initialized?
What is unsigned int in c?
What is pointer and structure in c?
What will be your course of action for a push operation?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
How can I implement a delay, or time a users response, with sub-second resolution?
What does d mean?
Are the variables argc and argv are always local to main?
Explain why c is faster than c++?
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
which is conditional construct a) if statement b) switch statement c) while/for d) goto