write a sorting prgm to sort 50 nos and sum them and also
remove all the occurrences of 15 and print it?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

How macro execution is faster than function ?

0 Answers   Wipro,


Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.

0 Answers   Amazon,


What do you know about the use of bit field?

0 Answers  


main() {char a[10]={1,2,3,4,5,6};int x; for(x=0;x<4;x++){ b[x]=x+'a';} printf("%s",b);}

3 Answers  


WAP to convert text into its ASCII Code and also write a function to decode the text given?

2 Answers  






Why is c so powerful?

0 Answers  


What are the general description for loop statement and available loop types in c?

0 Answers  


int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer

0 Answers  


if the total selling price of 15 items and the total profit earned on them is input through the keyboard, write a program to find the cost price of one of the item

2 Answers  


ATM machine and railway reservation class/object diagram

0 Answers   Zycus Infotech,


hOW Can I add character in to pointer array of characters char *a="indian"; ie I want to add google after indian in the char *a

1 Answers  


how many key words availabel in c a) 28 b) 31 c) 32

0 Answers  


Categories