which type of question asked from c / c++ in interview.
Answers were Sorted based on User's Feedback
Answer / abhradeep chatterjee
conceptual questions which proves that the basic idea of
the candidate is clear.
Is This Answer Correct ? | 12 Yes | 2 No |
write a 'c' program to sum the number of integer values
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.
Is there any demerits of using pointer?
simple program of graphics and thier outpu display with a want what is out put of graohics in c language
What are the basic data types associated with c?
int i=10; printf("%d %d %d", i, i=20, i);
What is an object?
What does == mean in texting?
What is the use of header?
Explain setjmp()?
main() { enum _tag{ left=10, right, front=100, back}; printf("%d, %d, %d, %d", left, right, front, back); }
can any one tell that i have a variable which is declared as static but i want this variable to be visible to the other files? how?