What does main () mean in c?
No Answer is Posted For this Question
Be the First to Post Answer
write a programme that inputs a number by user and gives its multiplication table.
what is compiler
Why we use int main and void main?
What is an example of enumeration?
Is double link list a linear data structure? If Yes, Why?If No, Why?
Where are local variables stored in c?
In which area global, external variables are stored?
What is function prototype in c with example?
how can i get output the following... 5 4 3 2 1 4 3 2 1 3 2 1 2 1 1 and 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 plz plz...
How can you determine the size of an allocated portion of memory?
difference between c and c++
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.