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 11967If 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 6043Post New Amdocs C Interview Questions
What is use of inner class in java?
Specify the port number for dhcp?
What is oracle used for?
What are the popular apps of iphone?
How do I get microsoft word on my computer?
Which company is the leading manufacturer of Thin Clients in cloud computing?
What is clustered and nonclustered index in sql?
How many types of Tables in Hive?
What is phantom read in db2?
What is table partitioning?
What are the advantages of asp.net?
What might be the reason if the status of the resource is showing as connection lost in the control room?
What is the file extension for c#?
How is the sql statement executed?
What was unix originally written for?