what is the maximum limit of row and column of a matrix in c
programming. in linux .
Answers were Sorted based on User's Feedback
How do you use a pointer to a function?
What is %g in c?
Is c language still used?
write a program that accepts 3 numbers from the user. dispaly the values in a descending order.
What is the difference between c &c++?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
0 Answers Aspire, Infogain, TISL,
what defference between c and c++ ?
What is the value of c?
Which of the following about the C comments is incorrect ? a.commentscan go over multiple lines b.comments can start any where in the line c.a line can contain comments with out any language statements d.comments can occur within comments
What are the two types of functions in c?
main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }
5 Answers Vector, Vector Solutions,
write a program of bubble sort using pointer?