AMMONG THE 4 STROAGE CLASSES IN C, WHICH ONE FASTEST?
Answers were Sorted based on User's Feedback
What is the use of typedef in c?
what r the cpu registers r ther?
What is the difference between declaring a variable and defining a variable?
wt is d full form of c
What are .h files and what should I put in them?
What is the code for 3 questions and answer check in VisualBasic.Net?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
A B C D E F G F E D C B A A B C D E F F E D C B A A B C D E E D C B A A B C D D C B A A B C C B A A B B A A A
What are the two types of structure?
Study the code: void show() main() { show(); } void show (char *s) { printf("%sn",s); } What will happen if it is compiled & run on an ANSI C Compiler? A)It will compile & nothing will be printed when it is executed B)it will compile but not link C)the compiler will generate an error D)the compiler will generate a warning
How many keywords (reserve words) are in c?
Can you think of a way when a program crashed before reaching main? If yes how?