What language is windows 1.0 written?
No Answer is Posted For this Question
Be the First to Post Answer
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
find the sum of two matrices and WAP for it.
What is data type long in c?
Consider the following C program. #include <stdio.h> int main() { int i; for (i=0;i<3;++i) { fork();fork(); } } How many processes are created when running this program (including the initial one)? Explain
In a switch statement, explain what will happen if a break statement is omitted?
What is variable in c example?
Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.
how can I convert a string to a number?
what are bitwise shift operators?
What is a sequential access file?
What is calloc in c?
What do you mean by Recursion Function?