Answer Posted / nobody special
because starting from 3 would just be silly?
| Is This Answer Correct ? | 1 Yes | 9 No |
Post New Answer View All Answers
Should a function contain a return statement if it does not return a value?
What is bash c?
What is pass by reference in functions?
What are c header files?
Why & is used in scanf in c?
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
How do you list a file’s date and time?
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
What is function and its example?
what is use of malloc and calloc?
What should malloc(0) do?
Write a program for finding factorial of a number.
How can you increase the size of a dynamically allocated array?
In which header file is the null macro defined?
When is a “switch” statement preferable over an “if” statement?