Who had beaten up hooligan "CHAKULI" in his early college days?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Without Computer networks, Computers will be half the use. Comment.

1857


Why doesnt long int work?

599


What is this infamous null pointer, anyway?

596


hi send me sample aptitude papers of cts?

1642


What is the purpose of realloc()?

654






Why we use int main and void main?

530


Why is %d used in c?

551


What is variable in c example?

583


An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode

595


What is the maximum no. of arguments that can be given in a command line in C.?

655


Explain what is the difference between functions getch() and getche()?

591


What are the different categories of functions in c?

631


What are the 4 types of programming language?

568


Explain do array subscripts always start with zero?

740


#include int main(){ int i=10; int *ptr=&i; *ptr=(int *)20; printf("%d",i); return 0; } Output: 20 can anyone explain how came the output is 20

1245