Is array name a pointer?
No Answer is Posted For this Question
Be the First to Post Answer
to find the program of matrix multiplication using arrays
what is output? main() { #define SQR(x) x++ * ++x int i = 3; printf(" %d %d ",SQR(i),i * SQR(i)); } a)9 27 b)35 60 c)20 60 d)15 175
Write a program that will read the input of any number of digits n in a row of shafh showing the breakdown of the printing and printing figures by the recursive function.
how should functions be apportioned among source files?
What is include directive in c?
Which header file is essential for using strcmp function?
How can I split up a string into whitespace-separated fields?
what is the difference between definition and declaration? give me some examples.
write a c/c++ programthat connects to a MYSQL server and checks if the INNoDB plug in is installed on it.If so your program should print the total number of disk writes by MYSQL.
a=5 a=a++/++a
Why is c not oop?
What are the three constants used in c?