Please provide question papers of NATIONAL INFORMATICS
CENTRE for Scientific officer
No Answer is Posted For this Question
Be the First to Post Answer
What does 3 mean in texting?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
f() { int a=2; f1(a++); } f1(int c) { printf("%d", c); } c=?
how can you print&scan anything using just one character? :) HINT: printf,scanf similer
Write program to remove duplicate in an array?
write a programme to convert temperature from farenheit to celcius?
When is the “void” keyword used in a function?
what will be printed by this printf? printf("%c",printf("hi")["sharkselva"])); }
main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); }
Can a function argument have default value?
Describe how arrays can be passed to a user defined function
What is a void pointer? When is a void pointer used?