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 12265If 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 6224Post New Amdocs C Interview Questions
Is 0 true or is 1 true?
What is the role of moderator in the review process?
Why is udp unreliable?
Artifacts in design phase of SDLC ?
What are smart contracts?
How can type-insensitive macros be created?
What is the difference between a schema and a subschema?
Can I hide text in html to get a top ranking?
What is a bidirectional relationship?
How do you use inheritance in unity?
What is dbrm in db2 database?
could any body plz let me know which is best training institute for telecome testing in hyderabad?
How do you connect web server to was?
How do I run an exe file on my phone?
What is the default timeout period while calling webservice from apex.