Does c have function or method?
No Answer is Posted For this Question
Be the First to Post Answer
Dont ansi function prototypes render lint obsolete?
Give the logic for this #include<stdio.h> #include<conio.h> void main() { clrscr(); int a=10,b; b=++a + ++a; printf("%d", b); getch(); } Output: 24......How?
List the difference between a While & Do While loops?
how can I convert a string to a number?
Describe dynamic data structure in c programming language?
what is the difference between definition and declaration? give me some examples.
What is the easiest sorting method to use?
What is 1f in c?
Explain how do you override a defined macro?
How to write a code for implementing my own printf() and scanf().... Please hep me in this... I need a guidance... Can you give an coding for c... Please also explain about the header files used other than #include<stdio.h>...
Why do we use header files in c?
how we can say java is platform independent, while we require JVM for that particular Operating System?