Explain what is output redirection?
what is the first address that gets stored in stack according to a C or C++ compiler???? or what will be the first address that gets stored when we write a C source code????????
we have a 3litres jug and a 5 litres jug and no measures on them. using these two jugs how can we measure 4 litres of water?
write a program to generate 1st n fibonacci prime number
How is = symbol different from == symbol in c programming?
what are the facialities provided by you after the selection of the student.
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.
Write a program to print "hello world" without using a semicolon?
Heyyy All, Just a challenge . A C program with if Else if(){ /// insert sumthing print ("in if") // insert sumting } else { ///// insert sumthing print ("in else"); //// insert sumthing } can anyone modify it so that program prints. if and else both
What is the meaning of typedef struct in c?
What is #include in c?
What is structure of c program?
Explain how can I read and write comma-delimited text?