What is the acronym for ansi?
No Answer is Posted For this Question
Be the First to Post Answer
how does printf function work
which one is better structure or union?(other than the space occupied )
hi how to convert program from notepad to turboc editor can u please help me
can we declare a function inside the structure? ex: struct book { int pages; float price; int library(int,float); }b; is the above declaration correct? as it has function declaration?
What is the difference between GETS();AND SCANF();
What is meant by initialization and how we initialize a variable?
WAP to convert text into its ASCII Code and also write a function to decode the text given?
What is the use of c language in real life?
What are void pointers in c?
How can you return multiple values from a function?
Difference between Function to pointer and pointer to function
What is the difference between the local variable and global variable in c?