44.what is the difference between strcpy() and memcpy()
function?
45.what is output of the following statetment?
46.Printf(“%x”, -1<<4); ?
47.will the program compile?
int i;
scanf(“%d”,i);
printf(“%d”,i);
48.write a string copy function routine?
49.swap two integer variables without using a third
temporary variable?
50.how do you redirect stdout value from a program to a file?
51.write a program that finds the factorial of a number
using recursion?
Answer Posted / siyaoberoi
46. m getting the result FFF0..
plz correct me if m wrong..
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
How can I list all of the predefined identifiers?
Describe wild pointers in c?
Can you please explain the scope of static variables?
What is n in c?
What are the usage of pointer in c?
Why C language is a procedural language?
how can I convert a string to a number?
What is the c value paradox and how is it explained?
Why do we use header files in c?
Explain how are 16- and 32-bit numbers stored?
Explain what are compound statements?
What is function prototype?
what is use of malloc and calloc?
What is %d used for?