What are the types of arrays in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between the local variable and global variable in c?
what will be the output of this program? #include<stdio.h> #define cube(x) x*x*x void main() { int i,j=5; i=cube(j+3); printf("i=%d",i); }
What are variables c?
write a reverse string to print a stars.(with out using logic) ***** **** *** ** *
control 50 devices which has 2 states on and off.using bitwise operator.plz answer it its urgent
what is the use of pointers
Look at the Code: main() { int a[]={1,2,3},i; for(i=0;i<3;i++) { printf("%d",*a); a++; } } Which Statement is/are True w.r.t the above code? I.Executes Successfully & Prints the contents of the array II.Gives the Error:Lvalue Required III.The address of the array should not be changed IV.None of the Above. A)Only I B)Only II C)II & III D)IV
What's the best way to declare and define global variables?
What is the meaning of typedef struct in c?
Why can’t constant values be used to define an array’s initial size?
What are the types of i/o functions?
what is c language.