What are the difference between a free-standing and a hosted environment?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Explain how do you search data in a data file using random access method?

0 Answers  


Are c and c++ the same?

0 Answers  


Is the following code legal? struct a { int x; struct a b; }

4 Answers  


Can we add pointers together?

0 Answers  


A MobileNumber is a VIP number if it satisfy the following conditions. The operator should be Vodafone. Atleast one 0 (Zero) should be exist in mobile number. The number should not end with 8. The single digit sum of all the digits in the number should be equal to 9. For example if the number is 9876543210, the sum is 9+8+7+...+1+0 = 45. Sum of 4+5 = 9. Write a method: private boolean isVIPMobileNumber(String mobileNum, String operator) mobileNum phone number operator mobile operator as bsnl, Vodafone

1 Answers  






what is a headerfile?and what will be a program without it explain nan example?

6 Answers   Assurgent,


Tell us two differences between new () and malloc ()?

0 Answers   Adobe,


1. Write a C program to count the number of occurrence of a specific word in the given strings. (for e.g. Find how many times the word “live” comes in the sentence “Dream as if you’ll live forever, live as if you’ll die today ”)

12 Answers   Eskom, TCS,


c program to manipulate x=1+3+5+...+n using recursion

2 Answers   Wipro,


how to calculate the time complexity of a given algorithm? pls give exaples..mainly for the coplexities such as O(log n),O(n log n)...

1 Answers   Infosys,


how to capitalise first letter of each word in a given string?

0 Answers  


How do you determine the length of a string value that was stored in a variable?

0 Answers  


Categories