structure contains int, char, float how it behaves for big
endian and little endian?
There is a magic square matrix in such a way that sum of a column or a row are same like 3 5 2 4 3 3 3 2 5 sum of each column and row is 10. you have to check that matrix is magic matrix or not?
Write a program to find the reverse Fibonacci series starting from N.
What happens when a function throws an exception that was not specified by an exception specification for this function?
write a porgram in c++ that reads an integer and print the biggest digit in the number
What is a mutex and a critical section.Whats difference between them?How do each of them work?
Differentiate between realloc() and free().
What c++ is used for?
How does com provide language transparency?
Is c++ primer good for beginners?
Under what conditions is multiple inheritance not recommended?
What are the types of pointer?
What is name mangling?