What is getch?
No Answer is Posted For this Question
Be the First to Post Answer
write a C program to print the program itself ?!
Write a program to reverse a string.
0 Answers Global Logic, iNautix, TCS, Wipro,
25. It takes five minutes to pass a rumour from one person to two other persons. The tree of rumour continues. Find how many minutes does it take spread the rumour to 768 persons. ?
11 Answers CTS, TCS,
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
Explain the use of function toupper() with and example code?
differentiate built-in functions and user – defined functions.
main() { int a[3][4] ={1,2,3,4,5,6,7,8,9,10,11,12} ; int i, j , k=99 ; for(i=0;i<3;i++) for(j=0;j<4;j++) if(a[i][j] < k) k = a[i][j]; printf("%d", k); }
4 Answers Vector, Wipro, Zoho,
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
if p is a string contained in a string?
Why use int main instead of void main?
Write a function in c to find the area of a triangle whose length of three sides is given.