Why we use conio h in c?
No Answer is Posted For this Question
Be the First to Post Answer
void main() { //char ch; unsigned char ch; clrscr(); for(ch =0;ch<= 127; ch++) printf(" %c= %d \t ", ch, ch); } output?
What are the scope of static variables?
character array A[12] can hold
write a C code To reverse a linked list
Write a c code segment using a for loop that calculates and prints the sum of the even integers from 2 to 30, inclusive?
What is a good way to implement complex numbers in c?
write a program that finds the factorial of a number using recursion?
What is a void pointer? When is a void pointer used?
What is volatile variable in c?
What are .h files and what should I put in them?
Explain what are linked list?
write the program to find multiplication of 2-D matrix??????????