Please provide question papers of NATIONAL INFORMATICS
CENTRE for Scientific officer
No Answer is Posted For this Question
Be the First to Post Answer
Is reference used in C?
when will be evaluated as true/ if(x==x==x) a) x=1; b) x=0; c) x=-1; d) none
Explain why can’t constant values be used to define an array’s initial size?
I have an array of 100 elements, each of which is a random integer. I want to know which of the elements: a) are multiples of 2 b) are multiples of 2 AND 5 c) have a remainder of 3 when divided by 7
Does sprintf put null character?
What is the maximum no. of arguments that can be given in a command line in C.?
What is the correct declaration of main?
Why is extern used in c?
Do you know the use of 'auto' keyword?
When we use void main and int main?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
Explain #pragma statements.