Is a house a mass structure?
No Answer is Posted For this Question
Be the First to Post Answer
Why can’t we compare structures?
Can i use “int” data type to store the value 32768? Why?
we compile c program in 32 processor and 64 bit processor .exe file is created in both the processors. if we want to run .exe file in 64 bit processor which is created in 32 bit processor. is that .exe file is run or not if it is not run why?
Explain the importance and use of each component of this string: Foo.Bar, Version=2.0.205.0, Culture=neutral, PublicKeyToken=593777ae2d274679d
What is a c token and types of c tokens?
void main() { for(; 0 ;) ... { printf("hello"); ... } getch(); }
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
Describe advantages and disadvantages of the various stock sorting algorithms
for(;;) printf("C language") What is out put of above??
2 Answers Practical Viva Questions,
what is a far pointer
12 Answers ABB, DRDO, ITI, Maruti Suzuki, Steel Plant, TCS, Toyota, Vivo Mobiles,
What is pass by reference in c?
What are types of functions?