List the variables are used for writing doubly linked list
program.
No Answer is Posted For this Question
Be the First to Post Answer
int i =10 main() { int i =20,n; for(n=0;n<=i;) { int i=10 i++; } printf("%d", i);
I need a sort of an approximate strcmp routine?
two variables are added answer is stored on not for third variable how it is possible?
What is a stream?
Meaning of () in c
main() { clrscr(); } clrscr();
what does ‘Bus Error’ mean?
Why is conio.h not required when we save a file as .c and use clrscr() or getch() ?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
Write a program which take a integer from user and tell whether the given variable is squar of some number or not. eg: is this number is 1,4,9,16... or not
write a program that finds the factorial of a number using recursion?
What is typedef?