What is d'n in c?
No Answer is Posted For this Question
Be the First to Post Answer
What the different types of arrays in c?
helllo sir , what is the main use of the pointer ,array ,and the structure with the example of a programe
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
Explain is it better to bitshift a value than to multiply by 2?
how to get the starting address of file stored in harddisk through 'C'program.
What is the condition that is applied with ?: Operator?
Is the exit() function same as the return statement? Explain.
0 Answers Agilent, ZS Associates,
What is an lvalue in c?
what is the output of below code int x=8,y; x>>=2; y=x; what is y value. NOTE:EXPLANATION IS COMPALSARY with binary bits
what is differnence b/w macro & functions
how can i print "hello"
Why is the code below functioning. According to me it MUST NOT.