any string of bits of length 'n' represents a unique non-
negative integer between.............?
Answers were Sorted based on User's Feedback
get any number as input except 1 and the output will be 1.without using operators,expressions,array,structure.don't print 1 in printf statement
Write a c program to print the even numbers followed by odd numbers in an array without using additional array
in which language c language is written?
Can the sizeof operator be used to tell the size of an array passed to a function?
#define FALSE -1 #define TRUE 1 #define NULL 0 main() { if(NULL) puts("NULL"); else if(FALSE) puts("TRUE"); else puts("FALSE"); }
Write a c program to build a heap method using Pointer to function and pointer to structure ?
0 Answers MAHINDRA, Protech, Sivan Tech,
Who had beaten up hooligan "CHAKULI" in his early college days?
how do you execute a c program in unix.
What is the advantage of c?
Why c is faster than c++?
second highest number in a given set of numbers
Does c have circular shift operators?