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?
6 11977If I want to initialize the array like. int a[5] = {0}; then it gives me all element 0. but if i give int a[5] = {5}; then 5 0 0 0 0 is ans. what will I do for all element 5 5 5 5 5 in a single statement???
3 6052Post New Amdocs C Interview Questions
Explain about the exception handling mechanism of JMS?
How do you measure the content of vitamins or iron in a plant ?
what is the use of ms word?
what happen if we set JDBC string to NULL?
In the below example, what will be the output?
Please explain the characteristics of a transaction server for example atomicity, consistency, isolation, durability?
Explain test harness?
Given: coordinates of rectangle-> left bottom and right top points. the rectangles create a hole.Find the maximum area of the hole. eg. 4 rectangles create a hole in between. find its area.
What is a membrane?
How does inheritance operate when using the object of the classes?
What is BIBO stability?
What are the different customer services that provide effective solutions?
Which collection is thread safe in java?
How can we stop the slideshow?
What is AGP?what is setup.inf?What are the ways to install driver?