What is the use of a conditional inclusion statement in C?
No Answer is Posted For this Question
Be the First to Post Answer
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
what is the meaning of java that is (J A V A) full form of JAVA
71 Answers AKS University, Bhel, BNL, BPO, HCL, Peacecon,
Why is c called c?
write a program to delete an item from a particular location of an linear array?
Explain what are the standard predefined macros?
main() { char *ptr = "Ramco Systems"; (*ptr)++; printf("%s\n",ptr); ptr++; printf("%s\n",ptr); } Find the Outputs?
Reverse a string word by word??
What are the various topologies? Which one is the most secure?
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
Write a c program to print the even numbers followed by odd numbers in an array without using additional array
how to determine the complexity of an algorithm as log(n)
What is dynamic variable in c?