Answer Posted / rajeshkumar
dennis ritche
| Is This Answer Correct ? | 27 Yes | 3 No |
Post New Answer View All Answers
In C, What is the #line used for?
What is queue in c?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
How are portions of a program disabled in demo versions?
Why do we use null pointer?
What are the 4 types of functions?
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
Can we change the value of static variable in c?
How do you construct an increment statement or decrement statement in C?
Is null equal to 0 in sql?
Write a program to reverse a linked list in c.
How can you invoke another program from within a C program?
How was c created?
main() { printf("hello"); fork(); }
Explain what are the different data types in c?