Explain what is the difference between functions getch() and getche()?
No Answer is Posted For this Question
Be the First to Post Answer
Do you have any idea how to compare array with pointer in c?
write a program to print the all 4digits numbers & whose squares must me even numbers?
pgm to find middle element of linklist(in efficent manner)
How was c created?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
What is the difference between null pointer and the void pointer?
what does ‘segmentation violation’ mean?
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 a function method?give example?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
What is double pointer in c?
#include<stdio.h> #include<conio.h> void main() { int m=0111,n=20; printf("%d%d\n",m,n); getch(); }