Why do we use stdio h and conio h?
No Answer is Posted For this Question
Be the First to Post Answer
What does nil mean in c?
when user give a number it multiply with 9 without useing '+' and '*' oprator
What is a macro?
Explain how can I manipulate strings of multibyte characters?
what will be the output of this program........ main() { int a=2,b=4,c=6; printf("%d"); } why it gives the value of third variable.
write a C code To reverse a linked list
main() { char x; while(x=0;x<=255;x++) printf("\nAscii value %d Charater %c",x,x); }
What is the purpose of the preprocessor directive error?
we compile c program in 32 processor and 64 bit processor .exe file is created in both the processors. if we want to run .exe file in 64 bit processor which is created in 32 bit processor. is that .exe file is run or not if it is not run why?
Is c is a high level language?
what is data structure.in linear and non linear data structures which one is better?Explain
What does 1f stand for?