Please provide question papers of NATIONAL INFORMATICS
CENTRE for Scientific officer


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

Post New Answer

More C Interview Questions

What is the difference between NULL and NUL?

0 Answers   Aspire, Infogain,


What are the types of unary operators?

0 Answers  


Can we declare function inside main?

0 Answers  


main() {int i=5; // line 1 i=(++i)/(i++); // line 2 printf("%d",i); // line 3 } output is 2 but if we replace line 2 and line 3 by printf("%d",i=(++i)/(i++)); then output is 1. Why?

1 Answers   GATE,


Write a program that receives as input a number omaadel-n-print, four digits.

0 Answers  






In c programming, explain how do you insert quote characters (? And ?) Into the output screen?

0 Answers  


WHAT IS THE DIFFERENCE BETWEEN malloc() and calloc() in c file management?

28 Answers   3D PLM, Code Studio, Deltech, IBM,


Is c object oriented?

0 Answers  


What is period operator in c?

3 Answers   Wipro,


Write a simple program to find the size of different basic data types in C.

3 Answers  


What is main () in c?

0 Answers  


What is gets() function?

0 Answers  


Categories