Explain #pragma statements.
No Answer is Posted For this Question
Be the First to Post Answer
Explain what are the advantages and disadvantages of a heap?
Ow can I insert or delete a line (or record) in the middle of a file?
I have an array of 100 elements, each of which is a random integer. I want to know which of the elements: a) are multiples of 2 b) are multiples of 2 AND 5 c) have a remainder of 3 when divided by 7
Explain how can type-insensitive macros be created?
1)what are limitations for recursive function? 2)write a program to read a text file and count the number of characters in the text file
Do you have any idea about the use of "auto" keyword?
what is the function of .h in #include<stdio.h> in c ?
23 Answers HCL, IBM, Wipro,
main() { unsigned int k = 987 , i = 0; char trans[10]; do { trans[i++] =(char) (k%16 > 9 ? k%16 - 10 + 'a' : '\0' ); } while(k /= 16); printf("%s\n", trans); }
sqrt(x+sqrt(x+sqrt(x+sqrt(x))))=2; Find the value of x?
What is scope of variable in c?
hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .
0 Answers Aegis, CDAC, Infosys,
What are preprocessor directives?