while initialization of array why we use a[][2]
why not a[2][]...?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

write a program to gat the digt sum of a number (et. 15= >1+5=6)

2 Answers  


in iso what are the common technological language?

0 Answers  


How to write in a function declaration and in function call in which the function has 'n' number of varible or arguments?

2 Answers  


Can math operations be performed on a void pointer?

0 Answers  


Consider a language that does not have arrays but does have stacks as a data type.and PUSH POP..are all defined .Show how a one dimensional array can be implemented by using two stacks.

3 Answers   Google,






Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor

0 Answers   TATA, TCS,


What is the concatenation operator?

0 Answers  


Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.

0 Answers  


Differentiate between a structure and a union.

0 Answers   Zensar,


Find the highest of three numbers and print them using ascending orders?

1 Answers  


how to execute a program using if else condition and the output should enter number and the number is odd only...

0 Answers  


How do I determine whether a character is numeric, alphabetic, and so on?

0 Answers  


Categories