Is c dynamically typed?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to add the following ¼+2/4+3/4+5/3+6/3+... (Like up to any 12 no.s)
What are the main characteristics of c language describe the structure of ac program?
Why doesn't C support function overloading?
How we can write a value to an address using macro..?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
How to write the code of the program to swap two numbers with in one statement?
How can I recover the file name given an open stream?
what's the o/p int main(int n, char *argv[]) { char *s= *++argv; puts(s); exit(0); }
Hai what is the different types of versions and their differences
swap two integer variables without using a third temporary variable?
What does s c mean in text?
What is the full form of getch?