Write a program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors.
5 17094write a function that reverse the elements of an array in place.The function must accept only one pointer value and return void.
4599write a function that allocates memory for a single data type passed as a parameter.the function uses the new operator and return a pointer to the allocated memory.the function must catch and handle any exception during allocation
2902create a stucture student containing field for roll no,class,year and marks.create 10 student annd store them in a file
2724Post New HCL C++ Code Interview Questions
What is the difference between keyword view and expert view?
what is ami?
Write a program to show the parser component used in teradata?
what is the difference between the report filter and report limit?
Differentiate soap and rest?
What is precompiler in db2?
What is the best tutorial for python?
What is the difference between a function and a method in c?
How to fetch a data from one table to another table in asp.net ?
How to enter boolean values in sql statements?
How do you add color to an excel spreadsheet?
What is delete actions and what is Cascade+Restricted?
what are stubs related to foxpro?
What is composition in java?
What is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?