How can I do graphics in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the sizeof () operator?
write a program to remove occurrences the word from entered text?
Is there any restriction in how many arguments printf or scanf function can take? in which file in my c++ compiler i can see the code for implementation of these two functions??
How can I find the modification date and time of a file?
whenever a question is posted in a particular category in allinterview.com, Is there any facility to receive an indication mail. For eg: I need to receive an indication email, whenever a question is posted under the category “C Langauage”.
what is unsigened char and what is the difference from char
what will be the output of this program? void main() { int a[]={5,10,15}; int i=0,num; num=a[++i] + ++i +(++i); printf("%d",num); }
What is the advantage of a random access file?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
what is calloc and malloc?
print 1-50 with two loop & two print Statement
AMMONG THE 4 STROAGE CLASSES IN C, WHICH ONE FASTEST?