When should a type cast not be used?
No Answer is Posted For this Question
Be the First to Post Answer
How would you rename a function in C?
why TCS selected more student in the software field from all institution.
What does the error 'Null Pointer Assignment' mean and what causes this error?
How to reverse a string using a recursive function, without swapping or using an extra memory?
31 Answers Cisco, Mind Tree, Motorola, Ophio, Sony, TCS, Wipro,
#include<stdio.h> void main() { int a,b,c; a=b=c=1; c=++a || ++b && ++c; printf("%d\t%d\t%d",a,b,c); }
Explain 'bit masking'?
why i join syntel?
23 Answers ABC, Syntel, TCS,
When do we get logical errors?
1. main() { printf("%d",printf("HelloSoft")); } Output?
implement general tree using link list
How to write a program for swapping two strings without using 3rd variable and without using string functions.
What is the easiest sorting method to use?