Do you have any idea about the use of "auto" keyword?
No Answer is Posted For this Question
Be the First to Post Answer
what is the code for getting the output as * ** ***
what is the output for the code : main() { int i,j; printf("%d %d ",scanf("%d%d",&i,&j)); }
How do you redirect a standard stream?
Can we change the value of static variable in c?
main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); }
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
write a code for large nos multilication (upto 200 digits)
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
what is a NULL pointer?
What are the 32 keywords in c?
What is struct node in c?
Can we increase size of array in c?