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
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.
Can the size of an array be declared at runtime?
What is meant by 'bit masking'?
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
What is class and object in c?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
What is an array? What the different types of arrays in c?
Can a variable be both static and volatile in c?
What header files do I need in order to define the standard library functions I use?
What is the difference between functions getch() and getche()?
Apart from dennis ritchie who the other person who contributed in design of c language.
What are the rules for identifiers in c?
What are the advantages of Macro over function?
What is self-referential structure in c programming?
What are operators in c?