Post New Answer View All Answers
Explain what is the general form of a c program?
How can I call fortran?
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.
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
What are the loops in c?
What is NULL pointer?
Why we use stdio h in c?
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
Explain what does it mean when a pointer is used in an if statement?
What is LINKED LIST? How can you access the last element in a linked list?
while initialization of array why we use a[][2] why not a[2][]...?
How can you be sure that a program follows the ANSI C standard?
Why we not create function inside function.
What does typedef struct mean?
How can you restore a redirected standard stream?