What is c programing language?
No Answer is Posted For this Question
Be the First to Post Answer
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
why do we use pointer instead directly acessing the data?
Explain what is the difference between functions getch() and getche()?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
What is sizeof int in c?
What is a volatile keyword in c?
What is a char in c?
How can you tell whether a program was compiled using c versus c++?
#define MAX 3 main() { printf("MAX = %d \n",MAX ); #undef MAX #ifdef MAX printf("Vector Instituteā); #endif
Why can’t we compare structures?
What does %d do?
how to determine the complexity of an algorithm as log(n)