What is an endless loop?
No Answer is Posted For this Question
Be the First to Post Answer
What are the types of c language?
how to swap 2 numbers within a single statement?
How we add our function in liabrary as liabrary function. Exp. we want use our int factorical(int); function as int pow(int,int); function working in math header file.
what is the need for main function in c?
What is a char c?
Explain how are portions of a program disabled in demo versions?
Is double link list a linear data structure? If Yes, Why?If No, Why?
Explain the difference between fopen() and freopen().
What is an array? What the different types of arrays in c?
what will be the output off the following program? #include<stdio.h> int main() { int a; a=015+0*71+5; printf("%d,a"); return0; }
write a prgram of swapping with 2 valiables
What is typedef?