why return type of main is not necessary in linux
No Answer is Posted For this Question
Be the First to Post Answer
How to implement call back functions ?
Should I learn c before c++?
write a program wch produces its own source code aas its output?
Subtract Two Number Without Using Subtraction Operator
what is the difference between arrays and linked list
26 Answers MAHINDRA, Tech Mahindra, Wipro,
Output for following program using for loop only * * * * * * * * * * * * * * *
main() { printf("hello%d",print("QUARK test?")); }
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 graph in c?
how can you print&scan anything using just one character? :) HINT: printf,scanf similer
what is the maximum no. of bytes calloc can allocate
How does the assert() function work?