When c language was developed?
No Answer is Posted For this Question
Be the First to Post Answer
write a c program to find the probability of random numbers between 1-1000
What do header files do?
In which layer of the network datastructure format change is done
What language is lisp written in?
wat is the output #define VOLEDEMORT _who_must_not_be_named int main() { printf("VOLEDEMORT"); }
can we define a function in structure?
Write a C program to convert an integer into a binary string?
int array[]={1,2,3,4,5,6,7,8}; #define SIZE (sizeof(array)/sizeof(int)) main() { if(-1<=SIZE) printf("1"); else printf("2"); }
can any one provide me the notes of data structure for ignou cs-62 paper
How do we select the big element or any other operation from array which is read dynamically. user need to give the elements only no need to mention the size.
Which is the memory area not included in C program? give the reason
main() { int a[3][4] ={1,2,3,4,5,6,7,8,9,10,11,12} ; int i, j , k=99 ; for(i=0;i<3;i++) for(j=0;j<4;j++) if(a[i][j] < k) k = a[i][j]; printf("%d", k); }
4 Answers Vector, Wipro, Zoho,