Explain why can’t constant values be used to define an array’s initial size?
No Answer is Posted For this Question
Be the First to Post Answer
what are the stoge class in C and tel the scope and life time of it?
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.
What is a structure member in c?
write a c program to find largest number in matrix(in each row,each column, diagonally, and in the whole matrix)? Its urgent.
Why is it usually a bad idea to use gets()? Suggest a workaround.
What is the meaning of 2d in c?
Explain what is the difference between null and nul?
A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above
write a c program to convert fahrenheit to celsius?
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
What are header files why are they important?
Define macros.