Explain heap and queue.
No Answer is Posted For this Question
Be the First to Post Answer
Can we declare function inside main?
Is c programming hard?
What is volatile variable how do you declare it?
Differentiate between new and malloc(), delete and free() ?
Write a C/C++ program that 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
Finding first/last occurrence of a character in a string without using strchr( ) /strrchr( ) function.
control 50 devices which has 2 states on and off.using bitwise operator.plz answer it its urgent
What is c language used for?
main() { int i=5; printf("%d%d%d%d",i++,i--,i); }
what is dangling pointer?
Explain the difference between struct and union.
What is the size of enum in bytes?