Explain the properties of union.
No Answer is Posted For this Question
Be the First to Post Answer
Concat two string with most overlapped substring has to removeĀ "abcd"+ "cdef" = "abcdef
in linking some of os executables are linking name some of them
what is output? main() { #define SQR(x) x++ * ++x int i = 3; printf(" %d %d ",SQR(i),i * SQR(i)); } a)9 27 b)35 60 c)20 60 d)15 175
What is the difference between ++a and a++?
What is the purpose of & in scanf?
Explain the array representation of a binary tree in C.
What is the difference between if else and switchstatement
void main() { //char ch; unsigned char ch; clrscr(); for(ch =0;ch<= 127; ch++) printf(" %c= %d \t ", ch, ch); } output?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
What are void pointers in c?
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
why we are using semicolon at the end of printh statment