What is malloc return c?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to write a given string in maximum possibilities? i.e str[5]="reddy"; i.e we can write this string in 120 ways for that write a program
Why string is used in c?
Explain why C language is procedural?
list the no of files created when c source file is compiled
difference between loading and linking
What is %d called in c?
What does *p++ do?
#include main() { int i=1,j=2; switch(i) { case 1: printf("GOOD"); break; case j: printf("BAD"); break; } }
no consistent academics. how to answer the question
What is strcpy() function?
what is the structure?
main() { int x=10,y=15; x=x++; y=++y; printf("%d %d\n",x,y); } output??
19 Answers EBS, Ramco, Sangwin, TCS,