Why do we use static in c?
No Answer is Posted For this Question
Be the First to Post Answer
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
how many header file is in C language ?
44 Answers College School Exams Tests, CTS, IBM, IMS, Infosys, ME, Sign Solutions, Wipro, XVT,
Stimulate calculators to perform addition,subtraction,multiplication and division on two numbers using if/else statement?
what is the differance between pass by reference and pass by value.
What are .h files and what should I put in them?
int main() { int i=-1,j=-1;k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d%d%d%d%d",i,j,k,l,m); }
Write a c program using for loop to print typical pattern if number of rows is entered by keyboard. ABCBA AB BA A A
What is the difference between union and structure in c?
Write a program to print distinct words in an input along with their count in input in decreasing order of their count..
What do you mean by c?
Explain Linker and Loader
what is function pointer?