What is getche() function?
No Answer is Posted For this Question
Be the First to Post Answer
How can I change the size of the dynamically allocated array?
What is string in c language?
pgm in c to reverse string by word using array(god is love becomes love is god) (no additional array can used,space is only delimiter between words )
main() { int arr[5]={23,67}; printf("%d%d%d",arr[2],arr[3],arr[4]); }
Why is c called c?
What are different storage class specifiers in c?
Can include files be nested?
without using control structures and control structures find the max and min of given 2 nos
What are c identifiers?
1)which of following operator can't be overloaded. a)== b)++ c)?! d)<=
Write a program to check palindrome number in c programming?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures