When should you use a type cast?
No Answer is Posted For this Question
Be the First to Post Answer
What is sizeof c?
Write a c program for sum of first n terms of the series S = 1 - (1/3) + (1/5) -(1/7) + (1/9) ......
Explain about the functions strcat() and strcmp()?
struct node {struct node*temp,*new} prinf("%d",sizeof(struct node));
In c language can we compile a program without main() function?
Why clrscr is used in c?
main() { int i; printf("%d",((i=1)*i-- - --i*(i=-3)*i++ + ++i)); } ans is 24 bt how?pls tell smbody............
Explain zero based addressing.
Give a fast way to multiply a number by 7
15 Answers Accenture, Aricent, Microsoft,
Write a program to exchange two variaables without temp
Explain the use of 'auto' keyword in c programming?
How do we print only part of a string in c?