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

What does struct node * mean?

587


List some applications of c programming language?

537


What is the size of empty structure in c?

579


What is meant by gets in c?

595


how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software

2781






What is time complexity c?

556


What are disadvantages of C language.

637


What is extern variable in c with example?

530


Lists the benefits of c programming language?

579


What is the modulus operator?

725


What are extern variables in c?

537


What is the best way to store flag values in a program?

570


How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?

568


What is a static function in c?

609


The difference between printf and fprintf is ?

708