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

Post New Answer

More C Interview Questions

write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list

0 Answers   Persistent,


palindrome for strings and numbers----Can anybody do the prog?

6 Answers   CTS, TCS, Vipro Lifescience Pvt,


What is actual argument?

0 Answers  


What is the use of keyword VOLATILE in C?

1 Answers  


What is the value of a[3] if integer a[] = {5,4,3,2,1}?

0 Answers  






what is a function prototype?

1 Answers  


#include<stdio.h> main(0 { printf("\n %d %d %d",sizeof(3),sizeof("3"),sizeof(3)); }

4 Answers   HCL,


What are the disadvantages of c language?

0 Answers  


What is data types?

0 Answers  


using only #include <stdio.h> and #include <stdlib.h> Write a program in C that will read an input from the user and print it back to the user if it is a palindrome. The string ends when it encounters a whitespace. The input string is at most 30 characters. Assume the string has no spaces and distinguish between and lowercase. So madam is a palindrome, but MadAm is not a palindrome. Use scanf and %s to read the string. Sample Test: Enter a string: madam madam is a palindrome. Enter a string: 09023 09023 is not a palindrome.

0 Answers  


Write a c program to demonstrate character and string constants?

0 Answers  


what do the 'c' and 'v' in argc and argv stand for?

0 Answers   TISL,


Categories