List some applications of c programming language?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to find the given number is prime or not
2 Answers Accenture, Vasutech,
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
What is the use of function in c?
what will be maximum number of comparisons when number of elements are given?
write a c program to print the values in words eg:- 143 written it has (one hundred and forty three)& 104, 114 are also written words
5 Answers Captronic, DELL, Google, IBM, Mithi, RCC, Wipro,
Which of these statements are false w.r.t File Functions? i)fputs() ii)fdopen() iii)fgetpos() iv)ferror() A)ii B)i,ii C)iii D)iv
What is the size of array float a(10)?
Find occurence of a character in a sting.
What are the modifiers available in c programming language?
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
read the folllowing code # define MAX 100 # define MIN 100 .... .... if(x>MAX) x=1; else if(x<MIN) x=-1; x=50; if the initial value of x=200,what is the vlaue after executing this code? a.200 b.1 c.-1 d.50
write an algorithm which can find the largest number among the given list using binary search ............... this was asked in the interview
2 Answers Satyam, UNIS, Wipro,