What is #error and use of it?
No Answer is Posted For this Question
Be the First to Post Answer
Write a c program to print the even numbers followed by odd numbers in an array without using additional array
Explain the differences between public, protected, private and internal.
Write a program that can show the multiplication table.
How can I call a function with an argument list built up at run time?
how to print the character with maximum occurence and print that number of occurence too in a string given ?
Do you have any idea about the use of "auto" keyword?
What is the general form of function in c?
main() { int a=5; printf(?%d,%d,%d\n?,a,a< <2,a>>2); } Answer: 5,20,1 please explain this code in detail
What the different types of arrays in c?
When the macros gets expanded?
What is the use of pragma in embedded c?
What does int main () mean?