Can we increase size of array in c?
No Answer is Posted For this Question
Be the First to Post Answer
What are identifiers and keywords in c?
Develop a program that computes the new price of an item. The program should receive a character variable colour and a double precision floating-point variable price from the user. Discount rate is determined based on the colour of the discount sticker, as shown in the following table. An error message should be printed if an invalid colour has been entered
What is the size of a union variable?
Does c have circular shift operators?
Where are local variables stored in c?
What is advantage of pointer in c?
What is the significance of c program algorithms?
What is the output for the following program #include<stdio.h> main() { char a[5][5],flag; a[0][0]='A'; flag=((a==*a)&&(*a==a[0])); printf("%d\n",flag); }
What is FIFO?
Why do we use static in c?
how to add numbers without using arithmetic operators.
CopyBits(x,p,n,y) copy n LSBs from y to x starting LSB at 'p'th position.