What is the main difference between calloc () and malloc ()?
No Answer is Posted For this Question
Be the First to Post Answer
What is an array in c?
What are volatile variables?
What is sizeof int?
write a program to display the array elements in reverse order in c language
related to rdbms query .
main() { int x=10,y=15; x=x++; y=++y; printf("%d %d\n",x,y); } output??
19 Answers EBS, Ramco, Sangwin, TCS,
what is the difference between const volatile int i & volatile const int j;
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
Explain high-order and low-order bytes.
Is c# a good language?
explain about storage of union elements.
Can I initialize unions?