macros and function are related in what aspect?
a)recursion b)varying no of arguments
c)hypochecking d)type declaration
Answers were Sorted based on User's Feedback
What extern c means?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
What is wrong with this statement? Myname = 'robin';
#include <stdio.h> void main() { int i=-1,j=1,k,l; k=!i&&j; l=!i||j; printf ("%d%d",k,l) ; }
Explain what are linked list?
Difference Between embedded software and soft ware?
Is there a built-in function in C that can be used for sorting data?
Explain how does flowchart help in writing a program?
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
What is a stream?
how to implement stack work as a queue?