Can we assign integer value to char in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose of realloc()?
What is C++
void main() { char c; while(c=getchar()!='\n') printf("%d",c); } o/p=11 why?
what is the use of fflush() function?
can u suggest me am in a confusion to choose whether to go to c programming or a software testing . am a graduate in B.sc(electronics).
What is an lvalue in c?
What are the salient features of c languages?
void main() { int a[]={1,2,3,4,5},i; for(i=0;i<5;i++) printf("%d",a++); getch(); }
write a program in 'c' to find the value of p[i+1]^n.p,i,n are arguments of a macro and n is a integer
what will be the output of this program main() { int i=1; while (i<=10); { i++; } }
Why double pointer is used in c?
i want to know aptitude questions,technical questions