hi , please send me NIC written test papers to
sbabavalli@gmail.com


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

Post New Answer

More C Interview Questions

Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10

1 Answers   CMS,


Is main an identifier in c?

0 Answers  


What are the properties of union in c?

0 Answers  


A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none

0 Answers  


Write a C program that defines a 2-dimentional integer array called A [50][50]. Then the elements of this array should randomly be initialized either to 1 or 0. The program should then print out all the elements in the diagonal (i.e. a[0][0], a[1][1],a[2][2], a[3][3], ……..a[49][49]). Finally, print out how many zeros and ones in the diagonal.

3 Answers   Infosys,






write a progam to display the factors of a given number and disply how many prime numbers are there?

2 Answers  


How can variables be characterized?

0 Answers  


How are portions of a program disabled in demo versions?

0 Answers  


Why calloc is better than malloc?

0 Answers  


how to create c progarm without void main()?

1 Answers   NIIT,


What is the size of array float a(10)?

0 Answers  


diff between exptected result and requirement?

0 Answers   HCL,


Categories