Hai what is the different types of versions and their
differences
No Answer is Posted For this Question
Be the First to Post Answer
How can I get back to the interactive keyboard if stdin is redirected?
For what purpose null pointer used?
What is bubble sort technique in c?
How will you write a code for accessing the length of an array without assigning it to another variable?
Place the #include statement must be written in the program?
Why is conio.h not required when we save a file as .c and use clrscr() or getch() ?
Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol
can v write main() { main(); } Is it true?
What do you mean by Recursion Function?
i have a written test in tomorrow
Explain how do you view the path?
What are Macros? What are its advantages and disadvantages?