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


Please Help Members By Posting Answers For Below Questions

Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.

717


Can the size of an array be declared at runtime?

697


What is meant by 'bit masking'?

994


write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a

1544


What is class and object in c?

685






a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list

727


What is an array? What the different types of arrays in c?

749


Can a variable be both static and volatile in c?

703


What header files do I need in order to define the standard library functions I use?

628


What is the difference between functions getch() and getche()?

711


Apart from dennis ritchie who the other person who contributed in design of c language.

922


What are the rules for identifiers in c?

686


What are the advantages of Macro over function?

1427


What is self-referential structure in c programming?

751


What are operators in c?

674