Differentiate between null and void pointers.
Two's compliment of -5
what is the output for this question: main() { int i=1; printf("%d%d%d",i,i++,++i); }
i have a written test for microland please give me test pattern
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
What is the use of #define preprocessor in c?
Why do we use return in c?
Sir,please help me out with the output of this programme:- #include<stdio.h> #include<conio.h> void main() { int a=18,b=12,i; for(i=a<b?a:b;a%i||b%i;i--); printf("%d %d",i); }
being a chemical engineer and with an aggregate of 80% why you opt for TCS and not your core industry?
how to construct a simulator keeping the logical boolean gates in c
When should you not use a type cast?
what is the difference between structure and union?
Write a progarm to find the length of string using switch case?