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
What's the best way of making my program efficient?
Multiply an Integer Number by 2 Without Using Multiplication Operator
. A database table called PERSON contains the fields NAME, BASIC and HRA. Write a computer program to print a report which employee name and total salary for those employees whose total salary is more than 10,000. Total Salary = BASIC + HRA. At the end, the program should also print the total number of employees whose total salary is more than 10,000.
how many keywords do C compile?
7 Answers Microsoft, Practical Viva Questions,
write a program for 4 4 3 3 3 3 2 2 2 2 2 2 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 2 2 2 2 2 2 3 3 3 3 4 4
How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?
What is the output of the program #include<stdio.h> #include<conio.h> void main() {0 int i,j=20; clrscr(); for(i=1;i<3;i++) { printf("%d,",i); continue; printf("%d",j); break; } getch(); }
Why main is used in c?
How can I manipulate individual bits?
What are the characteristics of arrays in c?
What do you mean by scope of a variable in c?
What is use of #include in c?