How is a two dimensional array passed to function when the
order of matrix is not known at complie time?
Answer / mr.a
jus pass the name of array.....to a function as it was
getting into a pointer....
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the difference between strcpy() and memcpy() function?
Differentiate Source Codes from Object Codes
Write a program to generate prime factors of a given integer?
C language questions for civil engineering
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
what are bit fields in c?
How can I swap two values without using a temporary?
What is RAM memory? and What is ROM?Who designed one is temparary and another is permanent?why they designed like that?By using far pointer which type data(whether hexadecimal)we can access?
#include <stdio.h> int main() { if ("X" <"x") printf("X smaller than x "); } my question is whats the mistake in this program? find it and please tell me..
In which area global, external variables are stored?
What are the data types present in c?
How do I access command-line arguments?