Compare array data type to pointer data type
No Answer is Posted For this Question
Be the First to Post Answer
what is answer for perfect number????????????????
how to go with this?
What does c mean in basketball?
Implement bit Array in C.
Explain how do you declare an array that will hold more than 64kb of data?
There are 21 people in a room. They have to form groups of 3 people each. How many combinations are possible? Write a C program to print the same.
void main() { char far *farther,*farthest; printf("%d..%d",sizeof(farther),sizeof(farthest)); }
What is function what are the types of function?
what will be the out put. #include<stdio.h> void main() { printf("Output:"); printf(1+"vikashpatel"); }//output: ikashpatel
Can a file other than a .h file be included with #include?
Write a program in c to print * * * * * *******
What is a macro?