Answer Posted / guest
By using the keyword ?extern?
| Is This Answer Correct ? | 23 Yes | 7 No |
Post New Answer View All Answers
write asingle linked list which read from two list & the do the following 1 sort the prime & nonprime num (prime should be less tn nonprime) 2 each node has a prime num followd by nonprime 3 add a new node into its sutable plce 4 erase the most three duplicated non prime num 5 find the least duplicated prime num
What apps are written in c++?
I was a c++ code and was asked to find out the bug in that. The bug was that he declared an object locally in a function and tried to return the pointer to that object. Since the object is local to the function, it no more exists after returning from the function. The pointer, therefore, is invalid outside.
How would you use qsort() function to sort an array of structures?
What is the main purpose of c++?
What do you mean by translation unit in c++?
How the endl and setw manipulator works?
What is the syntax for a for loop?
Write a c program for binary addition of two 8 bit numbers.
Can you please explain the difference between overloading and overriding?
Explain the uses oof nested class?
How do you find out if a linked-list has an end?
What is the most useful programming language?
What is a vector c++?
Differentiate between the manipulator and setf( ) function?