What is an auto variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
Explain setjmp()?
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 is it valid to address one element beyond the end of an array?
print pattern 1 1 33 33 555 555 77777777 555 555 33 33 1 1
Why data types in all programming languages have some range? Why ritche have disigned first time likethat?Why not a single data type can support all other types?
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.
what is difference b/w extern & volatile variable??
What is an volatile variable?
What is d'n in c?
What is a Genralised LInked List?? Please give a detailed explation of it..
write a program to display the array elements in reverse order in c language
how we do lcm of two no using c simple if while or for statement