What is the difference between global int and static int declaration?
Are there any new intrinsic (built-in) data types?
Can you think of a situation where your program would crash without reaching the breakball, which you set at the beginning of main()?
What happens if a pointer is deleted twice?
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
if int1 has the value 12, int has the value 18, and int3 has the value 21, what is the result: int1 < int2 && int2 < int 3
How do I tokenize a string in c++?
How would you use qsort() function to sort an array of structures?
What is an iterator class in c++?
What data structure is fastest, on average, for retrieving data: a) Binary Tree b) Hash Table c) Stack
Can we define a constructor as virtual in c++?
What is the maximum value of a unsigned char a) 255 b) 256 c) 128
Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?