using for loop sum 2 number of any 4 digit number in c
language
No Answer is Posted For this Question
Be the First to Post Answer
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
write a program to generate 1st n fibonacci prime number
How can I find the modification date of a file?
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
int a=0,b=2; if (a=0) b=0; else b=*10; What is the value of b ?
What is #include called?
how can u print a message without using any library function in c
Explain what is the general form of a c program?
What are the primitive data types in c?
How do you list files in a directory?
What is meant by high-order and low-order bytes?
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks