which type of question asked from c / c++ in interview.
Answer Posted / abhradeep chatterjee
conceptual questions which proves that the basic idea of
the candidate is clear.
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
Why isnt any of this standardized in c?
What is switch in c?
What is the Purpose of 'extern' keyword in a function declaration?
Write a program for finding factorial of a number.
Differentiate between new and malloc(), delete and free() ?
can any one tel me wt is the question pattern for NIC exam
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
What is the argument of a function in c?
Explain the difference between the local variable and global variable in c?
Write a program to print "hello world" without using a semicolon?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
Explain the use of bit fieild.
How many types of errors are there in c language? Explain
Explain what is a 'locale'?
What is a pragma?