Explain how can I remove the trailing spaces from a string?
Write a program which calculate sum of several number and input it into an array. Then, the sum of all the number in the array is calculated.
Explain how can a program be made to print the name of a source file where an error occurs?
Is c still used?
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 const and volatile in c?
create a C program that displays one z,two y's,three x's until twenty six A's. plzz answer i need it tomorrow.
What is the output of the program #include<stdio.h> #include<conio.h> void main() {0 int i,j=20; clrscr(); for(i=1;i<3;i++) { printf("%d,",i); continue; printf("%d",j); break; } getch(); }
what is computer engg
Explain goto?
What are static variables in c?
what is the difference between definition and declaration? give me some examples.
what is the difference between exit() and _exit() functions?