Why header files are used?
No Answer is Posted For this Question
Be the First to Post Answer
What is #define size in c?
What are the different data types in C?
What are structure types in C?
how to write a cprogram yo get output in the form * *** ***** ******* ********* ******* ***** *** *
Explain the difference between null pointer and void pointer.
pgm in c to reverse string by word using array(god is love becomes love is god) (no additional array can used,space is only delimiter between words )
What are the different types of control structures in programming?
actually i have 2 years teaching experience as computer faculty but now i am a DBA but when i go for interview many peoples asked me why i left my teaching profession and why i want to come in this field kindly give me the proper answer of this queston
10. 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
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
wt is d full form of c
What is advantage of pointer in c?