What should not contain a header file?
Answers were Sorted based on User's Feedback
Answer / laxman
header file should contain only declarations and structure
templates.It should not contain function definitions.
| Is This Answer Correct ? | 8 Yes | 3 No |
Answer / ada
Head file should not contain defining instances of global
variables and function bodies.
| Is This Answer Correct ? | 1 Yes | 1 No |
Toggle nth bit in a given integer - num
Write a function to find the area of a triangle whose length of three sides is given
Find greatest of two numbers using macro
6. Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()
How the processor registers can be used in C ?
code for copying two strings with out strcpy() function.
how to find the kth smallest element in the given list of array elemnts.
Which type of language is c?
What is New modifiers?
what do structure language means?
c program to add and delete an element from circular queue using array
program to convert a integer to string in c language'