What is "Hungarian Notation"?
No Answer is Posted For this Question
Be the First to Post Answer
while initialization of two dimensional arrays we can initialize like a[][2] but why not a[2][] is there any reason behind this?
Write a program that an operator and two operands read from input operand operator on the implementation and results display.
C program to perform stack operation using singly linked list
How to avoid buffer overflow?
What will be the outcome of the following conditional statement if the value of variable s is 10?
if a five digit number is input through the keyboard, write a program to calculate the sum of its digits. (hint:-use the modulus operator.'%')
main() { float a=8.8; double b=8.8; if(a==b) printf("Equal"); else printf("not equal"); getch(); } what is the output? with reason
What is getch?
What is an lvalue?
formula to convert 2500mmh2o into m3/hr
What are the Advantages of using macro
what is the use of fflush() function?