Why is c so powerful?
No Answer is Posted For this Question
Be the First to Post Answer
How do you determine whether to use a stream function or a low-level function?
write a program in c language that uses function to locate and return the smallest and largest integers in an array,number and their position in the array. it should also find and return the range of the numbers , that is , the difference between the largest number and the smallest.
int a=2,b=3,c=4; printf("a=%d,b=%d\n",a,b,c); what is the o/p?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
Can I initialize unions?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
What is meant by gets in c?
Can you define which header file to include at compile time?
what is a non volatile key word in c language?
What is the use of volatile?
Write a programme to find even numbers without using any conditional statement?
3 Answers ADD Software, Infosys,
What are the advantages of union?