What is declaration and definition in c?
No Answer is Posted For this Question
Be the First to Post Answer
How main function is called in c?
write a c program to add two integer numbers without using arithmetic operator +
What is a newline escape sequence?
What are the different types of storage classes in C?
why Language C is plateform dependent
Here is alphabets : abcdefgh 1) how to reverse. as hgfedcba 2) after reversal, how to group them in a pair hg fe dc ba.
Write a program to remove the C comments(/* */) and C++ comments(//) from a file. The file should be declared in command line.
What is structure packing in c?
write a program to remove duplicate from an ordered char array? in c
What is difference between structure and union with example?
How do I use void main?
what is the difference between 123 and 0123 in c?