Explain the priority queues?
No Answer is Posted For this Question
Be the First to Post Answer
what is differnence b/w macro & functions
1. What will be the output of the following programs. a) #include <stdio.h> Main() { Int x=4; While(x==1) { X=x-1; Printf(ā%dā,x); --x; } }
Can you please explain the difference between exit() and _exit() function?
What are the types of variables in c?
Why is c used in embedded systems?
Are there constructors in c?
What does the c preprocessor do?
Write a C Programm.. we press 'a' , it shows the albhabetical number is 1, if we press 'g' it shows the answer 7.. any can help me
What does it mean when a pointer is used in an if statement?
What does c value mean?
What is new line escape sequence?
What is the use of printf() and scanf() functions?