Is null equal to 0 in sql?
No Answer is Posted For this Question
Be the First to Post Answer
what is link list?
Explain command-line arguments in C.
What do you mean by a local block?
identify the in correct expression a.a=b=3=4; b.a=b=c=d=0; float a=int b=3.5; d.int a; float b; a=b=3.5;
without using arithmatic operator solve which number is greater??????????
Print all the palindrome numbers.If a number is not palindrome make it one by attaching the reverse to it. eg:123 output:123321 (or) 12321
What does *p++ do? What does it point to?
What are the applications of c language?
What is far pointer in c?
What are 'near' and 'far' pointers?
which will return integer? a) int*s ( ) b) ( int* ) s( ) c) int ( *s ) ( )
What is volatile variable how do you declare it?