Is null valid for pointers to functions?
No Answer is Posted For this Question
Be the First to Post Answer
Where in memory are my variables stored?
What is sorting in c plus plus?
Can an array be an Ivalue?
Why ordinary variable store only one value
Why main is not a keyword in c?
What is the difference between constant pointer and pointer to a constant. Give examples.
Can you think of a logic behind the game minesweeper.
Explain what are binary trees?
Write a function to find the area of a triangle whose length of three sides is given
write a c/c++ programthat connects to a MYSQL server and checks if the INNoDB plug in is installed on it.If so your program should print the total number of disk writes by MYSQL.
9.how do you write a function that takes a variable number of arguments? What is the prototype of printf () function? 10.How do you access command-line arguments? 11.what does ‘#include<stdio.h>’ mean? 12.what is the difference between #include<> and #include”…”? 13.what are # pragma staments? 14.what is the most appropriate way to write a multi-statement macro?
what are the advantages of a macro over a function?