Differentiate between functions getch() and getche().
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of the sizeof operator?
How many types of errors are there in c language? Explain
say the following declaration is correct nr not. int b=a,n=0;
Do array subscripts always start with zero?
What are enumerated types?
What is the difference between near, far and huge pointers?
write a program to find a given no. is divisible by 3 or not without using any arthimetic operators?
what is the output of the following program? #include<stdio.h> void main() { float x=1.1; while(x==1.1) { printf("\n%f",x); x=x-0.1; } }
Fifty minutes ago if it was four times as many mints past 3 o clock. how many minutes is it to six o'clock n how....?????
What is bubble sort in c?
int i; i=2; i++; if(i=4) { printf(i=4); } else { printf(i=3); } output of the program ?
What is a substring in c?