What is the value of a[3] if integer a[] = {5,4,3,2,1}?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to reverse a string.
0 Answers Global Logic, iNautix, TCS, Wipro,
void main() { for(; 0 ;) ... { printf("hello"); ... } getch(); }
main() { printf("hello%d",print("QUARK test?")); }
How can I write a function analogous to scanf?
How can you find the day of the week given the date?
The differences between Windows XP and Windows Visa
There are N egg baskets and the number of eggs in each basket is a known quantity. Two players take turns to remove these eggs from the baskets. On each turn, a player must remove at least one egg, and may remove any number of eggs provided they all belong to the same basket. The player picking the last egg(s) wins the game. If you are allowed to decide who is going to start first, what mathematical function would you use to decide so that you end up on the winning side?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
2 Answers HCL, IBM, Satyam, Vimal, Vimukti Technologies,
WAP to accept basic salary of an employee? Calculate it HRA=25%,DA=30%,PF=30%&net salary display all contents?
6 Answers Finite Infotech, Lovely Professional University, Wipro,
If "AaBbCc" is passed to the char char x(*a) { a[0]?x(a+1):1; printf("%c",a[0]); return 1; } what will be the output?
What is the use of the function in c?
Write a program in C to reverse a number by recursive function?