illustrate the use of address operator and dereferencing
operator with the help of a program
guys plzzz help for this question
No Answer is Posted For this Question
Be the First to Post Answer
Explain command-line arguments in C.
what is recursion in C
How do you define structure?
What are the preprocessors?
Why we write conio h in c?
Tell us something about keyword 'auto'.
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
swap 2 numbers without using third variable?
Explain what are the advantages and disadvantages of a heap?
What is extern variable in c with example?
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
how to find the sizof of any datatype using bit manipulations