i want the NIC programmer-B model papaer pattren, iwant the
all model papers?

Answer Posted / tamanna

please forward thes papers to me also on
tamannakhanna01@gmail.com

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the defining traits of an object-oriented language?

690


What problems might the following macro bring to the application?

616


Do you know about C++ 11 standard?

631


What is a stack? How it can be implemented?

692


Can I learn c++ without knowing c?

585






There are 100 students in a class. The management keep information in two tables. Those two tables are given like Roll no Name Age 001 ABC 15 002 XYZ 14 and Roll No Subject Marks 001 Math 75 001 Physics 55 002 Math 68 001 Hindi 69 They want the information like this Roll No Name Hindi Physics Math Total 001 ABC 69 55 75 199 002 XYZ 68 74 84 226 And Roll No Suject Highest 001 Math 98 007 Physics 84 021 Hindi 74 All 275 All information is kept in structure in main memory. You have to find last two tables.

2530


When should we use multiple inheritance?

613


Why the usage of pointers in C++ is not recommended ?

890


How to declare a pointer to an array of integers?

641


How can I learn c++ easily?

616


What are the advantages of early binding?

607


What is a dynamic binding in c++?

527


Explain the difference between overloading and overriding?

606


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

1783


Is c++ an integer?

574