Explain how do you search data in a data file using random access method?
No Answer is Posted For this Question
Be the First to Post Answer
why TCS selected more student in the software field from all institution.
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
When we use void main and int main?
write a own function to compare two strings with out using stringcomparition function?
What is "Duff's Device"?
What is the difference between char a[] = "string"; and char *p = "string"; ?
14 Answers Adobe, Honeywell, TCS,
Differentiate between new and malloc(), delete and free() ?
1,4,8,13,21,30,36,45,54,63,73,?,?.
10 Answers AMB, Franklin Templeton,
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
which one is not preprocessor directive a)#if b)#elif c)#undef d)#pragma
16 Answers Accenture, Infosys, TCS, Wipro,
main() { charx; while (x=0;x<=255;x++) printf("\nAscii value %d Character %c,x,x); }