Explain heap and queue.
No Answer is Posted For this Question
Be the First to Post Answer
What is the output for the program given below typedef enum grade{GOOD,BAD,WORST,}BAD; main() { BAD g1; g1=1; printf("%d",g1); }
What's the best way to declare and define global variables?
What is use of null pointer in c?
write a program for 4 4 3 3 3 3 2 2 2 2 2 2 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 2 2 2 2 2 2 3 3 3 3 4 4
What are header files and explain what are its uses in c programming?
Convert the following expression to postfix and prefix X $ Y Z - M + N + P / Q / (R + S)
atoi, which takes a string and converts it to an integer. write a program that reads lines(using getline), converts each line to an integer using atoi and computes the average of all the numbers read. also compute the standard deviation
what is the use of call back function in c?tell me with example
Why is c fast?
Explain what is the benefit of using #define to declare a constant?
Why c is called object oriented language?
Why c is called procedure oriented language?