Is linux written in c?
No Answer is Posted For this Question
Be the First to Post Answer
Determine the code below, tell me exactly how many times is the operation sum++ performed ? for ( i = 0; i < 100; i++ ) for ( j = 100; j > 100 - i; j--) sum++;
I didn't count the ducks that I saw in line, but I do remember that one duck was in front of two ducks, another duck behind two ducks. How many ducks did I see?
How to convert decimal to binary in C using recursion??
What is the purpose of #pragma directives in C?
Write a program to print factorial of given number using recursion?
1.What is a Data Structure? Explain its need? 2.What is a Directed Graph? Write an algorithm to find whether a Directed Graph is connected or not? 3.Explain the process of converting a Tree to a Binary Tree.
What is realloc in c?
Explain how do you generate random numbers in c?
Is c++ based on c?
What does the && operator do in a program code?
why program counter is 16 bit?
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,