Explain how can you avoid including a header more than once?
No Answer is Posted For this Question
Be the First to Post Answer
2. What does static variable mean?
What is the purpose of void pointer?
What are the types of c language?
Write a program to print this triangle: * ** * **** * ****** * ******** * ********** Don't use printf statements;use two nested loops instead. you will have to use braces around the body of the outer loop if it contains multiple statements.
WHAT IS INT?
Sir i need notes for structure,functions,pointers in c language can you help me please
what is the output of below int n=10; (n++)++; printf("%d",n);
wat are the two methods for swapping two numbers without using temp variable??
What is nested structure?
how to convert an char array to decimal array
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
Why is c called a structured programming language?