Are bit fields portable?
No Answer is Posted For this Question
Be the First to Post Answer
why you will give me a job in TCS.
How to add two numbers with using function?
Explain what are linked list?
without using control structures and control structures find the max and min of given 2 nos
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
Can you subtract pointers from each other? Why would you?
How is pointer initialized in c?
What is the difference between functions abs() and fabs()?
implement NAND gate logic in C code without using any bitwise operatior.
Is c still used in 2019?
Is swift based on c?
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.