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

what is object oriental programing?

1 Answers  


how to convert binary to decimal and decimal to binary in C lanaguage

7 Answers   BPO, Far East Promotions, IBM, RBS,


what wud be the output? main() { char *str[]={ "MANISH" "KUMAR" "CHOUDHARY" }; printf("\nstring1=%s",str[0]); printf("\nstring2=%s",str[1]); printf("\nstring3=%s",str[2]); a)string1=Manish string2=Kumar string3=Choudhary b)string1=Manish string2=Manish string3=Manish c)string1=Manish Kumar Choudhary string2=(null) string3=(null) d)Compiler error

9 Answers   Infosys,


What is difference between array and pointer in c?

0 Answers  


what is the defrenece between structure and union

5 Answers   Aloha Technology,






consider the following structure: struct num nam{ int no; char name[25]; }; struct num nam n1[]={{12,"Fred"},{15,"Martin"},{8,"Peter"},{11,Nicholas"}}; ..... ..... printf("%d%d",n1[2],no,(*(n1 + 2),no) + 1); What does the above statement print? a.8,9 b.9,9 c.8,8 d.8,unpredictable value

4 Answers   TCS,


why the execution starts from main function

9 Answers  


why we are using semicolon at the end of printh statment

2 Answers   HCL,


Explain can static variables be declared in a header file?

0 Answers  


Explain how do you override a defined macro?

0 Answers  


will the program compile? int i; scanf(ā€œ%dā€,i); printf(ā€œ%dā€,i);

3 Answers  


What does it mean when the linker says that _end is undefined?

0 Answers  


Categories