Hai sir,
I had planned to write the NIC scientific engineer exam ,
plz post the sample question......


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

Post New Answer

More C Interview Questions

Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?

0 Answers  


Output for following program using for loop only * * * * * * * * * * * * * * *

3 Answers  


What is return in c programming?

0 Answers  


Explain the differences between public, protected, private and internal.

2 Answers  


Difference between constant pointer and pointer to a constant.

0 Answers   Huawei,






console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above

0 Answers  


Is struct oop?

0 Answers  


What extern c means?

0 Answers  


When we use void main and int main?

0 Answers  


Explain what are global variables and explain how do you declare them?

0 Answers  


int arr[] = {1,2,3,4} int *ptr=arr; *(arr+3) = *++ptr + *ptr++; Final contents of arr[]

6 Answers   Hughes,


what is the output of the program and explain why?? #include<stdio.h> void main ( ) { int k=4,j=0: switch (k) { case 3; j=300; case 4: j=400: case 5: j=500; } printf (ā€œ%d\nā€,j); }

14 Answers   Oracle,


Categories