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 can I read/write structures from/to data files?
what are threads ? why they are called light weight processes ? what is the relation between process and threads ?
How reliable are floating-point comparisons?
Define function ?Explain about arguments?
2 Answers Geometric Software, Infosys,
what is a function method?give example?
program to find which character is occured more times in a string and how many times it has occured? for example in the sentence "i love india" the output should be i & 3.
Can anyone help me with this please? Need to print the below values.. Thanks 1 1 2 1 2 3 1 2 3 4
What does void main () mean?
Add 2 64 bit numbers on a 32 bit machine
3 Answers EMC, Hyderabad Central University, NetApp,
What is a program?
What is the use of clrscr?
void main() { for(; 0 ;) ... { printf("hello"); ... } getch(); }