Answer Posted / avinash
DENIS RITCHE IN 1973,
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is difference between structure and union with example?
What is #include cctype?
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
code for find determinent of amatrix
Explain a file operation in C with an example.
Do variables need to be initialized?
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
What's the difference between constant char *p and char * constant p?
What are the scope of static variables?
What is the difference between printf and scanf in c?
Do you know what are bitwise shift operators in c programming?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
How can I invoke another program or command and trap its output?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
What is the use of bitwise operator?