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.
to find out the reverse digit of a given number
6 Answers Infosys, Microsoft, TCS, Wipro,
What is an expression?
What does c in a circle mean?
What is p in text message?
How are pointers declared in c?
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
Explain what is a pragma?
Is there something we can do in C but not in C++? Declare variable names that are keywords in C++ but not C.
What is extern variable in c with example?
If we have an array of Interger values, find out a sub array which has a maximum value of the array and start and end positions of the array..The sub array must be contiguious. Take the start add to be 4000. For Ex if we have an array arr[] = {-1,-2,-5,9,4,3,-6,8,7,6,5,-3} here the sub array of max would be {8,7,6,5} coz the sum of max contiguous array is 8+7+6+5 = 26.The start and end position is 4014(8) and 4020(5).
5 Answers Microsoft, Motorola,
write an algorithm to display a square matrix.
for(i=0;i=printf("Hello");i++); printf("Hello"); how many times how will be printed?????????