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 12242If 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 6206Post New Amdocs C Interview Questions
What is the difference between javascript and jquery?
What is SparkContext in Apache Spark?
How can the analysis of financial statements be carried out?
What is non statutory audit?
What is spring boot microservices? : Spring Boot
Explain Machine Learning Based Approach?
What is the difference between %put and symbolgen? : sas-macro
Why is Client side image is preferred over server side image?
Explain the internal working of a hash map?
what is the difference between f.f.s and c.f.s?
Which is non maskable interrupt for 8085?
How to define an abstract class?
Rotation of dc shunt motor is revers by using 2 methods, which method is best and why?
Name two compounds, which is mixture of lucas reagent?
Can we disable first level cache? What should one do if we don't want an object to be cached?