What is function and its example?
No Answer is Posted For this Question
Be the First to Post Answer
swap 2 numbers without using third variable?
related proverb of "dont count your chicken before it hatches"
What compilation do?
7 Answers Geometric Software, Infosys,
what is the use of operator ^ in C ? and how it works?
What is pragma in c?
what is the difference between arrays and linked list
26 Answers MAHINDRA, Tech Mahindra, Wipro,
Which built-in library function can be used to match a patter from the string?
Struct(s) { int a; long b; } Union (u) {int a; long b; } Print sizeof(s)and sizeof(u) if sizeof(int)=4 and sizeof(long)=4
how can you print&scan anything using just one character? :) HINT: printf,scanf similer
write a c program that prints all multiples of 3between 1 and 50.
Why main function is special give two reasons?
what is the use of a array in c