What is multidimensional arrays
No Answer is Posted For this Question
Be the First to Post Answer
how do you redirect stdout value from a program to a file?
What is the proper way of these job Tell me about there full work
How can we allocate array or structure bigger than 64kb?
a simple program in c language
Without using main fn and semicolon,print remainder for a given number in C language
Why header files are used?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
Combinations of fibanocci prime series
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.
how to find the size of the data type like int,float without using the sizeof operator?
How do you define CONSTANT in C?
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?