any string of bits of length 'n' represents a unique non-
negative integer between.............?
Answers were Sorted based on User's Feedback
can u give me the good and very optimised code for a car racing game?
What is a const pointer in c?
What is bubble sort technique in c?
Write a function that accepts two numbers,say a and b and makes bth bit of a to 0.No other bits of a should get changed.
2 Answers Scientific Atlanta, Wipro,
Hai what is the different types of versions and their differences
How the processor registers can be used in C ?
#include<string.h> void main() { String s1[]={"swathi"}; string s2[]={"maddimsetti"}; s1[]=s[]; printf("%s",s1[]); }
How to add two numbers without using semicolon n c????
Write a program that receives as input a number omaadel-n-print, four digits.
What is anagram in c?
I have an array of 100 elements, each of which is a random integer. I want to know which of the elements: a) are multiples of 2 b) are multiples of 2 AND 5 c) have a remainder of 3 when divided by 7
what is difference between strcmp & palindrome?