Why do we use stdio h and conio h?
No Answer is Posted For this Question
Be the First to Post Answer
what is the role you expect in software industry?
Write a C function to search a number in the given list of numbers. donot use printf and scanf
what's the o/p int main(int n, char *argv[]) { char *s= *++argv; puts(s); exit(0); }
What are the disadvantages of external storage class?
Why we not create function inside function.
what is linkage error when it occurs in c program
Tell us bitwise shift operators?
question-how to run a c programme.
i=10,j=20 j=i,j?(i,j)?i:j:j print i,j
1. Write the function int countchtr(char string[ ], int ch); which returns the number of times the character ch appears in the string. Example, the call countchtr(“She lives in NEWYORK”, ‘e’) would return 3.
What are c header files?
What are two dimensional arrays alternatively called as?