the maximum value that an integer constant can have is
a) -32767
b) 32767
c) 1.701e+38
d) -1.7014e+38
if array a conatins 'n' elements and array b conatins 'n-1' elements.array b has all element which are present in array a but one element is missing in array b. find that element.
18 Answers Parexel, Ram Infotech, Zycus Infotech,
Is it possible to run using programming C for Java Application?
What is table lookup in c?
main() { enum{red,green,blue=6,white}; pf("%d%d%d%d", red,green,blue,white); return 0; } a)0 1 6 2 b)0 1 6 7 c)Compilation error d)None of the above
atoi, which takes a string and converts it to an integer. 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
Why we write conio h in c?
i want to know aptitude questions,technical questions
what is memory leak?
How many types of linked lists what are they? How many types of data structures?
18 Answers BSNL, Pivotal Software,
Where in memory are my variables stored?
what is the difference between strcpy() and memcpy() function?
What are the disadvantages of a shell structure?