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
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
which one low Priority in c? a)=,b)++,c)==,d)+
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
main() { char p[] = "hello world!"; p = "vector"; printf("%s",p); }
2 Answers Vector, Vector India,
How is null defined in c?
What are the different types of constants?
Explain how can I pad a string to a known length?
Can main () be called recursively?
write a program in 'c' to find the value of p[i+1]^n.p,i,n are arguments of a macro and n is a integer
what is the purpose of the code, and is there any problem with the code? int f( int n, int l, int r ) { return (n << l) >> r; }
Who invented bcpl language?