Who had beaten up hooligan "CHAKULI" in his early college days?
Answer / niladri.pradhan
This is not a valid question.Pls dont share these type of
questions.Be professional.Hope u will look after it afterwards.
| Is This Answer Correct ? | 3 Yes | 0 No |
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
program for validity of triangle from 3 side
what is difference between array and structure?
44 Answers College School Exams Tests, CTS, Google, HCL, IBM, Motorola, TCS,
What is output of the following program ? main() { i = 1; printf("%d %d %d\n",i,i++,i++); }
How many ways are there to swap two numbers without using temporary variable? Give the each logic.
How can you be sure that a program follows the ANSI C standard?
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.
How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?
How to print "Hi World" without using semi colon?
Write a program for the following series: 1*3*5-2*4*6+3*5*7-4*6*8+.................up to nterms
how i m write c program 1.check prime number 2.prime number series
How can I find the day of the week given the date?