What is a string?
No Answer is Posted For this Question
Be the First to Post Answer
int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?
Explain how do you convert strings to numbers in c?
Why is structure important for a child?
can we declare a function in side the structure?
5. distance conversion: Convert a distance from miles to kilometers .there are 5280 feets per mile,12 inches per foot .2.54 centimeters per inch and 100000centimeters per kilometer
Differentiate b/w Modify and Update commands giving example.
control 50 devices which has 2 states on and off.using bitwise operator.plz answer it its urgent
What is indirection?
Can you subtract pointers from each other? Why would you?
FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.
What is the use of putchar function?
What are the main characteristics of c language describe the structure of ac program?