Why doesnt this code work?
No Answer is Posted For this Question
Be the First to Post Answer
25. It takes five minutes to pass a rumour from one person to two other persons. The tree of rumour continues. Find how many minutes does it take spread the rumour to 768 persons. ?
11 Answers CTS, TCS,
What is 1f in c?
If we give two names then this displays the connection between the two people. It is nothing but flames game
write a program to gat the digt sum of a number (et. 15= >1+5=6)
why we wont use '&' sing in aceesing the string using scanf
pick out the odd one out of the following a.malloc() b.calloc() c.free() d.realloc()
diff .between strcture and union
Write a program to add the following ¼+2/4+3/4+5/3+6/3+... (Like up to any 12 no.s)
. A database table called PERSON contains the fields NAME, BASIC and HRA. Write a computer program to print a report which employee name and total salary for those employees whose total salary is more than 10,000. Total Salary = BASIC + HRA. At the end, the program should also print the total number of employees whose total salary is more than 10,000.
main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); }
Is c language still used?
What is calloc malloc realloc in c?