Is c is a procedural language?
No Answer is Posted For this Question
Be the First to Post Answer
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
What is identifiers in c with examples?
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
What is exit() function?
what is difference between declaring the pointer as int and char in c language?
Why clrscr is used after variable declaration?
What is the exact difference between '\0' and ""
What is the use of pointers in C?
0 Answers Impetus, Motorola, Tavant Technologies, Virtusa,
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
write a c programme for add of two numbers with out use of arthematic operators
sir i wanted to know how we wap in c to add numbers without using arithmetic operator in which digits are entered by user?
c programming of binary addition of two binary numbers