Eight queens puzzle
No Answer is Posted For this Question
Be the First to Post Answer
What is a scope resolution operator in c?
write a program to concatenation the string using switch case?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
What is the data segment that is followed by c?
Why is structure padding done in c?
Ow can I insert or delete a line (or record) in the middle of a file?
what will be the output of" printf("%d%d",scanf("%d% d",&a&b));"
Differentiate between ordinary variable and pointer in c.
Can I initialize unions?
What is data structure in c language?
void main() { int a=1; printf("%d %d %d",a,++a,a++); } the output is supposed to be 1 2 2....but it is 3 3 1 this is due to calling conventions of C. if anyone can explain me how it happens?
Why isnt any of this standardized in c?