explain what are pointers?
No Answer is Posted For this Question
Be the First to Post Answer
#ifdef TRUE int I=0; #endif main() { int j=0; printf("%d %d\n",i,j); }
what is array?
what are the 10 different models of writing an addition program in C language?
Determine the code below, tell me exactly how many times is the operation sum++ performed ? for ( i = 0; i < 100; i++ ) for ( j = 100; j > 100 - i; j--) sum++;
Do you have any idea about the use of "auto" keyword?
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 #define in c?
whether itis a structured language?
Is a pointer a kind of array?
What is the scope of an external variable in c?
What is the output of the below program and how it is? void main() { static int var=5; printf("%d",var--); if(var) main(); }
8 Answers MindFire, TCS, Tech Mahindra,
which do you prefer C or Pascal?