What is calloc in c?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to print largest number of each row of a 2D array
Q.11 Generate the following pattern using code in any language(c/c++/java) for n no. of rows 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
if the address of a[1,1] and a[2,1] are 1000 and 1010 respectively and each occupies 2 bytes then the array has been stored in what order?
4 Answers Amazon, Apple, Bata, Google, NASA,
What is the difference between declaring a variable and defining a variable?
how is the examination pattern?
What is signed and unsigned?
what is the diff b/w static and non static variables in C. Give some examples plz.
What is c language and why we use it?
Find errors (1) m = ++a*5; (2) a = b ++ -c*2; (3)y = sqrt (1000);
code for quick sort?
in linking some of os executables are linking name some of them
I have one doubt. What does below statement mean? #define sizeof(operator) where operator can be int or float etc. Does this statement meaningful and where it can be used?