What is the difference between functions getch() and getche()?
No Answer is Posted For this Question
Be the First to Post Answer
write an algorithm which can find the largest number among the given list using binary search ............... this was asked in the interview
2 Answers Satyam, UNIS, Wipro,
C program to find frequency of each character in a text file?
What is the difference between text and binary i/o?
1. main() { printf("%d",printf("HelloSoft")); } Output?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
write a program to print the one dimensional array.
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
What is a static variable in c?
write a program for size of a data type without using sizeof() operator?
22 Answers HCL, IBM,
How we can insert comments in a c program?
what is y value of the code if input x=10 y=5; if (x==10) else if(x==9) elae y=8; a.9 b.8 c.6 d.7
What is the difference between ‘g’ and “g” in C?