Answer Posted / kumaran
400
| Is This Answer Correct ? | 3 Yes | 46 No |
Post New Answer View All Answers
What is strcmp in c?
main() { printf("hello"); fork(); }
Here is a neat trick for checking whether two strings are equal
Can you pass an entire structure to functions?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
what is ur strangth & weekness
i got 75% in all semester am i eligible for your company
Define circular linked list.
What are the 5 organizational structures?
How can I write a function that takes a format string and a variable number of arguments?
Difference between exit() and _exit() function?
How can I ensure that integer arithmetic doesnt overflow?
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
What is methods in c?
Can the sizeof operator be used to tell the size of an array passed to a function?