What are the different types of C instructions?
No Answer is Posted For this Question
Be the First to Post Answer
write a c prog for removing duplicate character from an array and sorting remaining elements using a single array
Define and explain about ! Operator?
Write a program to compute the following 1!+2!+...n!
What are header files in c?
What are the different data types in C?
How would you obtain the current time and difference between two times?
program to get the remainder and quotant of given two numbers with out using % and / operators?
10 Answers College School Exams Tests, IBM,
To find whether a number is even or odd without using any conditional operator??
12 Answers College School Exams Tests, IBM,
What is the output of the below program and how it is? void main() { static int var=5; printf("%d",var--); if(var) main(); }
8 Answers MindFire, TCS, Tech Mahindra,
Explain setjmp()?
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?????????????
write a program to rearrange the array such way that all even elements should come first and next come odd