What is an endless loop?
No Answer is Posted For this Question
Be the First to Post Answer
what is the purpose of the code, and is there any problem with the code? int f( int n, int l, int r ) { return (n << l) >> r; }
prototype of sine function.
Average of a couple 10 years ago was 25. The average remains same after having a child and twins after 3 years. What is the present age of the first child
write an algorithm and a program to count the number of elements in a circularly singly linked list
how 2 compile & execute c program with out using editor?
What are structure types in C?
What is double pointer?
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
What will be the outcome of the following conditional statement if the value of variable s is 10?
What is s or c?
write a program to sort the elements in a given array in c language