Explain two-dimensional array.


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

Post New Answer

More C Interview Questions

What is the newline escape sequence?

0 Answers  


main() { int l=6; switch(l) { default:l=l+2; case 4:l=4; case 5:l++; break; } printf("%d",l); }

1 Answers  


How is null defined in c?

0 Answers  


without a terminator how can we print a message in a printf () function.

7 Answers   NIIT,


What is difference between structure and union with example?

0 Answers  






write an algorithm to get a sentence and reverse it in the following format: input : I am here opuput: Here Am I note: first letter of every word is capiatlised

3 Answers  


What is the purpose of void in c?

0 Answers  


. A database table called PERSON contains the fields NAME, BASIC and HRA. Write a computer program to print a report which employee name and total salary for those employees whose total salary is more than 10,000. Total Salary = BASIC + HRA. At the end, the program should also print the total number of employees whose total salary is more than 10,000.

1 Answers  


How to write a code for implementing my own printf() and scanf().... Please hep me in this... I need a guidance... Can you give an coding for c... Please also explain about the header files used other than #include<stdio.h>...

0 Answers  


Write a program of advanced Fibonacci series.

0 Answers   Aspiring Minds,


With the help of using classes, write a program to add two numbers.

0 Answers   TCS,


What are disadvantages of C language.

0 Answers   iNautix,


Categories