What is multidimensional arrays
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between #include <header file> and #include “header file”?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
write a program to generate 1st n fibonacci prime number
What is the function of multilevel pointer in c?
What is a char in c?
Hai what is the different types of versions and their differences
what are the various memory handling mechanisms in C ?
Write a program for the following series? 1 121 12321 1234321 123454321 12345654321 1234567654321 123456787654321 12345678987654321 1234567890987654321 123456789010987654321 12345678901210987654321 1234567890123210987654321 .........1234321............ ..........123454321............ ..........12345654321............ 7 8 9 0 1 Pls............?
program for following output using for loop? 1 2 3 4 5 2 3 4 5 3 4 5 4 5 5
What is the difference between array and pointer?
Differentiate between the expression “++a” and “a++”?
Write a program to exchange two variaables without temp