What is the use of header?
No Answer is Posted For this Question
Be the First to Post Answer
what is the output for this question: main() { int i=1; printf("%d%d%d",i,i++,++i); }
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
What is the difference between macros and inline functions?
What are the 5 organizational structures?
wat are the two methods for swapping two numbers without using temp variable??
Why doesn't the code "a[i] = i++;" work?
What is the real difference between arrays and pointers?
27 Answers Hexaware, Logic Pro, TCS,
I need to take a sentence from input and sort the words alphabetically using the C programming language. Note: This is C not C++. qsort and strtok not allowed
who invented c
What are the advantages and disadvantages of c language?
I heard that you have to include stdio.h before calling printf. Why?
Write a program to swap two numbers without using a temporary variable?