how does a general function , that accepts an array as a
parameter, "knows" the size of the array ?
How should it define it parameters list ?
No Answer is Posted For this Question
Be the First to Post Answer
How can you find the exact size of a data type in c?
What will the preprocessor do for a program?
How do I swap bytes?
Which of the following are valid "include" formats? A)#include and #include[file.h] B)#include (file.h) and #include C)#include [file.h] and #include "file.h" D)#include <file.h> and #include "file.h"
Who is the main contributor in designing the c language after dennis ritchie?
Find errors (1) m = ++a*5; (2) a = b ++ -c*2; (3)y = sqrt (1000);
Why flag is used in c?
Explain function?
What is strcpy() function?
What is the difference between formatted&unformatted i/o functions?
Who invented b language?
What is pointer to pointer in c?