What the different types of arrays in c?
what is op? for(c=0;c=1000;c++) printf("%c",c);
Is c call by value?
Explain how do you list files in a directory?
Can we assign integer value to char in c?
What are the types of i/o functions?
WHAT IS ABSTRACT DATA TYPE
can we print any string without using terminator?
what is the output of the following program? main() { int i=-1,j=-1,k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d %d %d %d %d",i,j,k,l,m); }
What is the difference between new and malloc functions?
What are the 4 types of unions?
main() { int a=0; if(a=0) printf("Ramco Systems\n"); printf("India\n"); } output?
What is the difference between c and python?