Why we write conio h in c?
No Answer is Posted For this Question
Be the First to Post Answer
How many bytes are occupied by near, far and huge pointers (dos)?
what is the return value (status code) of exit() function.... what the arguments(integer value) passed to it means....
What is the purpose of macro in C language?
print out put like this form 1 2 3 4 5 6 3 5 7 9 11 8 12 16 20
Where we use clrscr in c?
What is calloc in c?
identify the in correct expression a.a=b=3=4; b.a=b=c=d=0; float a=int b=3.5; d.int a; float b; a=b=3.5;
How do you determine if a string is a palindrome?
hi, which software companys will take,if d candidate's % is jst 55%?
errors in computer programmes are called
What are the application of c?
How to find the digits truncation when assigning the interger variable to the character variables. like int i=500; char x = i : here we have truncation. how to find this. another ex: i =100; char x=i. here we do not have truncation.