Explain what are multidimensional arrays?
No Answer is Posted For this Question
Be the First to Post Answer
How can you determine the maximum value that a numeric variable can hold?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
What is the difference between int and float?
how can f be used for both float and double arguments in printf? Are not they different types?
Write a program to compute the following 1!+2!+...n!
How can I change their mode to binary?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
program to locate string with in a string with using strstr function
#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..
Why is sizeof () an operator and not a function?
What is array within structure?
What is a header file?