What is %s and %d in c?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is the stack?
What is console in c language?
Explain how do I determine whether a character is numeric, alphabetic, and so on?
#define min((a),(b)) ((a)<(b))?(a):(b) main() { int i=0,a[20],*ptr; ptr=a; while(min(ptr++,&a[9])<&a[8]) i=i+1; printf("i=%d\n",i);}
Explain what is a program flowchart and explain how does it help in writing a program?
Can anyone tell what is stack overflow? what precaution we should take?
Explain the properties of union. What is the size of a union variable
x=y=z=1 z=++x||++y&&++z Printf("%%%d";xyz) what is the values of x,y and z?????
WHAT IS C?
Are negative numbers true in c?
What is the time and space complexities of merge sort and when is it preferred over quick sort?
How can I read a binary data file properly?