Please provide question papers of NATIONAL INFORMATICS
CENTRE for Scientific officer
No Answer is Posted For this Question
Be the First to Post Answer
code for find determinent of amatrix
Tell me the use of bit field in c language?
How to get string length of given string in c?
What is bss in c?
Is Exception handling possible in c language?
DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?
Why doesn't the code "int a = 1000, b = 1000; long int c = a * b;" work?
How can I make a program in c to print 'Hello' without using semicolon in the code?
9 Answers C DAC, Practical Viva Questions,
write a program whose output will be- 1 12 123 1234
void main() { int a[]={1,2,3,4,5},i; for(i=0;i<5;i++) printf("%d",a++); getch(); }
write a program to display reverse of a number using for loop?
How is a null pointer different from a dangling pointer?