Explain how can you check to see whether a symbol is defined?
Is register a keyword in c?
Please provide question papers of NATIONAL INFORMATICS CENTRE for Scientific officer
the maximum value that an integer constant can have is a) -32767 b) 32767 c) 1.701e+38 d) -1.7014e+38
What are the two forms of #include directive?
what does ‘segmentation violation’ mean?
Write any data structure program (stack implementation)
to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
WHAT WILL BE OUTPUT OF BELOW CODE . . AND PLEASE EXPLAIN HOW IT COME .. #include<stdio.h> #include<conio.h> void main() { int k=20; printf("%d%d%d%d",k,k++,++k,k); getch(); }
program to find the second largest word in a paragraph amongst all words that repeat more thn twice
Explain the difference between malloc() and calloc() in c?
why we are using semicolon at the end of printh statment