Explain the use of keyword 'register' with respect to variables.
No Answer is Posted For this Question
Be the First to Post Answer
Program to simulate second clock
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
write a program to generate address labels using structures?
Why we use break in c?
What are the properties of union in c?
How to implement call back functions ?
Differentiate between full, complete & perfect binary trees.
How to explain the final year project as a fresher please answer with sample project
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.
What is the use of getch ()?
Difference between malloc() and calloc() function?
Three major criteria of scheduling.