Why header file is used in c?
No Answer is Posted For this Question
Be the First to Post Answer
What does extern mean in a function declaration?
1. What will be the output of the following programs. a) #include <stdio.h> Main() { Int x=4; While(x==1) { X=x-1; Printf(ā%dā,x); --x; } }
What is dynamic memory allocation?
What is wrong in this statement? scanf(“%d”,whatnumber);
What are the types of data types and explain?
what will be the output for the following program? main() { char ch = 'k'; char c; printf("%c",c); }
Explain what is a program flowchart and explain how does it help in writing a program?
12345 1234 123 12 1
What is the difference between array_name and &array_name?
How can I sort a linked list?
write a programe to find the factorial of given number using recursion
how many argument we can pas in in a function