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
to find out the reverse digit of a given number
6 Answers Infosys, Microsoft, TCS, Wipro,
write a program to find out number of on bits in a number?
What are the types of type specifiers?
What is the difference between GETS();AND SCANF();
swap two integer variables without using a third temporary variable?
Can you explain the four storage classes in C?
Are global variables static in c?
read the folllowing code # define MAX 100 # define MIN 100 .... .... if(x>MAX) x=1; else if(x<MIN) x=-1; x=50; if the initial value of x=200,what is the vlaue after executing this code? a.200 b.1 c.-1 d.50
When should a far pointer be used?
what is the use of c program?
4 Answers Synergy, Web Synergies,
Which header file is essential for using strcmp function?
what is the output of below code int x=8,y; x>>=2; y=x; what is y value. NOTE:EXPLANATION IS COMPALSARY with binary bits