What is #include stdio h and #include conio h?
No Answer is Posted For this Question
Be the First to Post Answer
What do you know about the use of bit field?
What is #define size in c?
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 is use of malloc and calloc?
write a program in c to find out the sum of digits of a number.but here is a condition that compiler sums the value from left to right....not right to left..
Which is best linux os?
What is advantage of pointer in c?
How to write a program to receive an integer & find its octal equivalent by using for loop?
If fflush wont work, what can I use to flush input?
What are the basic data types associated with c?
Why shouldn’t I start variable names with underscores?
What are runtime error?