What is c language & why it is used?
No Answer is Posted For this Question
Be the First to Post Answer
code for inverse a matrix
write a programming in c to find the sum of all elements in an array through function.
What is string constants?
Write a program to check armstrong number in c?
Output for following program using for loop only * * * * * * * * * * * * * * *
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
wt is diference between int and int pointer as same as float and float pointer and char and char pointer
What is data structure in c language?
Difference between linking and loading?
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.
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
What are nested functions in c?