Write a program to use switch statement.
No Answer is Posted For this Question
Be the First to Post Answer
What do mean by network ?
When should you not use a type cast?
what will be the output of this program? #include<stdio.h> #define cube(x) x*x*x void main() { int i,j=5; i=cube(j+3); printf("i=%d",i); }
print the palindrome numbers in between 0 to n
how can we use static and extern?and where can we use this?
Write a c program to print the even numbers followed by odd numbers in an array without using additional array
Write a programm such that if user enter 11.25 it roundup to 11 but if user enter 11.51 upto 11.99 it will round up to 12 i.e.;convert the floting point value into integer format as explain above..
How to add two numbers without using semicolon n c????
Explain what is a stream?
Write a program that can show the multiplication table.
we all know about the function overloading concept used in C++ and we all learnt abt that.... but that concept is already came in C in a very smaller propotion ... my question is IN WHICH CONCEPT THERE IS A USE OF FUNCTION OVERLOADING IS USED in C language?????????????
What is a structure in c language. how to initialise a structure in c?