What is the difference between if else and switchstatement
No Answer is Posted For this Question
Be the First to Post Answer
What is the proper way of these job Tell me about there full work
int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?
When we use void main and int main?
C,c++, Java is all are structural oriented or procedure oriented language..?
write a program in c language to print your bio-data on the screen by using functions.
6 Answers College School Exams Tests, IBM,
the expression a=30*1000+2768; evalutes to a) 32768 b) -32768 c) 113040 d) 0
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
please send me papers for Dy. manager IT , PNB. it would be a great help for me.
program to print circle structure
Explain this code. #include <stdio.h> void f1(int *k) { *k = *k + 10; } main ( ){ int i; i = 0; printf (" The value of i before call %d \n", i); f1 (&i); printf (" The value of i after call %d \n", i); }
1. main() { printf("%d",printf("HelloSoft")); } Output?
What is restrict keyword in c?