Write a C program to read the internal test marks of 25
students in a class and
show the number of students who have scored more than 50%
in the test.
Make necessary assumptions.
What is conio h in c?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
what is inline function?
Explain two-dimensional array.
How important is structure in life?
Write a program to generate random numbers in c?
What are the key features of C?
Write a c program to print the sizes and ranges of different data types in c?
Tell us two differences between new () and malloc ()?
Is null always defined as 0(zero)?
what is the output of following question? void main() { int i=0,a[3]; a[i]=i++; printf("%d",a[i] }