Is c still used?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between fread and fwrite function?
Explain what are run-time errors?
We can draw a box in cprogram by using only one printf();& without using graphic.h header file?
What is the collection of communication lines and routers called?
what is the difference between auto and static keywords
1 Answers cDot, College School Exams Tests, TCS,
Convert the following expression to postfix and prefix (A+B) * (D-C)
What is the function of volatile in c language?
What is the data segment that is followed by c?
What is encapsulation?
What is difference between structure and union?
main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); }
find largest element in array w/o using sorting techniques.