macros and function are related in what aspect?
a)recursion b)varying no of arguments
c)hypochecking d)type declaration
Answer Posted / viswa
type declaration
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
What is 2c dna?
What is a stream?
stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.
while initialization of array why we use a[][2] why not a[2][]...?
Do you have any idea how to compare array with pointer in c?
What is the purpose of main( ) in c language?
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
How many parameters should a function have?
When is a null pointer used?
How can I find out the size of a file, prior to reading it in?
What are qualifiers and modifiers c?
What are pointers? What are different types of pointers?
Why c is called object oriented language?
What are preprocessor directives in c?