i want the NIC programmer-B model papaer pattren, iwant the
all model papers?
Answer Posted / priya
Please forward the model question papers for nic
My MailId:dharshini12@gmail.com
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is format for defining a structure?
What is the use of typedef?
Can malloc be used in c++?
Assume an array of structure is in order by studentID field of the record, where student IDs go from 101 to 500. Write the most efficient pseudocode algorithm you can to find the record with a specific studentID if every single student ID from 101 to 500 is used and the array has 400 elements. Write the most efficient pseudocode algorithm you can to find a record with a studentID near the end of the IDs, say in the range from 450 to 500, if not every single student ID in the range of 101 to 500 is used and the array size is only 300
What is prototype for that c string function?
What is the keyword auto for?
What is Destructor in C++?
Is facebook written in c++?
Mention the storage classes in c++.
Why is it called c++?
What kind of problems can be solved by a namespace?
What are the differences between java and c++?
Is c++ built on c?
What are vtable and vptr?
what are Access specifiers in C++ class? What are the types?