What is s or c?
No Answer is Posted For this Question
Be the First to Post Answer
Please provide question papers of NATIONAL INFORMATICS CENTRE for Scientific officer
What is the function of this pointer?
0 Answers Agilent, ZS Associates,
print the pattern 1 2 4 3 6 9 4 8 12 16 5 10 15 20 25 if n=5
proc() { static i=10; printf("%d",i); } If this proc() is called second time, what is the output?
Explain the differences between public, protected, private and internal.
Explain what are multibyte characters?
what will be the output for the following main() { printf("hi" "hello"); }
What do you mean by scope of a variable in c?
What is your stream meaning?
What is main return c?
What is signed and unsigned?
1)which of following operator can't be overloaded. a)== b)++ c)?! d)<=