Describe the header file and its usage in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
Can a function argument have default value?
Is calloc better than malloc?
Is there a way to jump out of a function or functions?
How we add our function in liabrary as liabrary function. Exp. we want use our int factorical(int); function as int pow(int,int); function working in math header file.
Will Macros support multiple arguments ?
Explain indirection?
program to locate string with in a string with using strstr function
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
what will be the output of" printf("%d%d",scanf("%d% d",&a&b));"
what is the return type of printf
There are 21 people in a room. They have to form groups of 3 people each. How many combinations are possible? Write a C program to print the same.
how to build a exercise findig min number of e heap with list imlemented?