Explain what is a 'locale'?
No Answer is Posted For this Question
Be the First to Post Answer
Why do we write return 0 in c?
what is the self-referential structure?
what is the defrenece between structure and union
How can I invoke another program from within a C program?
What is the use of sizeof () in c?
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
By using C language input a date into it and if it is right?
Meaning of () in c
what is the mean of c languages.
Not all reserved words are written in lowercase. TRUE or FALSE?
write a program to convert a expression in polish notation (postfix) to inline (normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix
char p="data"; printf(p);