any string of bits of length 'n' represents a unique non-
negative integer between.............?
Answers were Sorted based on User's Feedback
What is the use of linkage in c language?
Do string constants represent numerical values?
pgm in c to reverse string by word using array(god is love becomes love is god) (no additional array can used,space is only delimiter between words )
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
Write a program to find the smallest and largest element in a given array in c language
Explain what is the heap?
why do we use pointer instead directly acessing the data?
I have a varargs function which accepts a float parameter?
Two's compliment of -5
Explain the advantages and disadvantages of macros.
Find Index of least significant bit set in an Integer. ex. int value is say 10001000 results should be 4.