Is array a primitive data type in c?
No Answer is Posted For this Question
Be the First to Post Answer
write program on arrays
What is a null pointer in c?
What is a program?
Explain what are the different data types in c?
what is Structural oriented language? give some example of this language.....?
What is d scanf?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
How to convert a binary number to Hexa decimal number?? (Note:Do not convert it into binary and to Hexadecimal)
What is a structure and why it is used?
#include<std.h> int main() { char *str[]={"Frogs","Do","Not","Die","They","Croak!"}; printf("%d %d\n",sizeof(str),strlen(str)); ...return 0; } what will the output of the above program?
What is the use of typedef in c?
What is || operator and how does it function in a program?