what is the maximum limit of row and column of a matrix in c
programming. in linux .
Answer Posted / swati pathak
50387
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
What is default value of global variable in c?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
What is quick sort in c?
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
How can I pad a string to a known length?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Write a C program in Fibonacci series.
What is a protocol in c?
What is the difference between exit() and _exit() function?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
Explain how do you convert strings to numbers in c?