Why we write conio h in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is the full form of c language
wat is the difference between array and pointer?
Are enumerations really portable?
What happens if a header file is included twice?
What is c language used for?
What is a macro, and explain how do you use it?
increment operateor (++)and decrament(--) #include<stdio.h> #inclide<conio.h> main() { int x=15; while(x!=0) scanf("%d",&x); {
program for following output using for loop? 1 2 2 3 3 3 4 4 4 4 5 5 5 5 5
logic for generating all the combinations of the any number of given letters. ex::::::::: if a,b,c,d are given the o/p should be abcd,dcba,dbac,bcad,................ 4*3*2*1 combinations............
what is disadvantage of pointer in C
HOW TO FIND OUT THE RREVERS OF A GIVEN DIGIT NUMBER IF IT IS INPUT THROUGH THE KEYBORD BY USING C LANGUAGE
Why is c called c?