Show the declaration for a pointer to function returning long and taking an integer parameter.
No Answer is Posted For this Question
Be the First to Post Answer
Name four predefined macros.
show that among any group of five (not necessary consecutive ) integers, there are two with the same remainder when divided by 4.
What is malloc in c++?
what is the behaviour of C and C++ compiler for the below statements. int *p; p = malloc(100); Is the behaviour same ? or different ?
sir i want to study the c++ course but ino what is the qualification and the study methode please reply more details in c++
What are virtual functions and what is its use?
What is format for defining a structure?
Explain the isa and hasa class relationships. How would you implement each?
what is the use of templates?
Can you pass an array to a function in c++?
without if else statement can be written ah
Will a C compiler always compile C++ code a) Yes b) No c) Only optimized compilers