How can you increase the size of a dynamically allocated array?
No Answer is Posted For this Question
Be the First to Post Answer
What are the advantage of c language?
What is an lvalue in c?
What is #ifdef ? What is its application?
Determine if a number is a power of 2 at O(1).
how many times of error occur in C
1. What will be the output of the following programs. a) #include <stdio.h> Main() { Int x=4; While(x==1) { X=x-1; Printf(ā%dā,x); --x; } }
What is sizeof return in c?
While(1) { } when this loop get terminate is it a infinite loop?
Which weighs more, a gram of feathers or a gram of gold?
a=0; b=(a=0)?2:3; a) What will be the value of b? why b) If in 1st stmt a=0 is replaced by -1, b=? c) If in second stmt a=0 is replaced by -1, b=?
What is extern c used for?
what is the output? #define fun(a,b,t) (g ##t=(a),(a)=(b),(b)=g##t) float gfloat; main() { float a=1.12,b=3.14; fun (a,b,float); printf("na=%4.2f,b=%4.2f",a,b); } A)Error in Defining Macro B)a=1.12,b=3.14 C)a=3.14,b=1.12 D)None of the Above
3 Answers Accenture, Infosys, Wipro,