What are the types of data files?
No Answer is Posted For this Question
Be the First to Post Answer
What is sizeof in c?
Write a program to print factorial of given number using recursion?
How Many Header Files in c?
how to find anagram without using string functions using only loops in c programming
find out largest elemant of diagonalmatrix
How many levels deep can include files be nested?
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;
What is auto keyword in c?
How is a structure member accessed?
What do mean by network ?
Study the code: void show() main() { show(); } void show (char *s) { printf("%sn",s); } What will happen if it is compiled & run on an ANSI C Compiler? A)It will compile & nothing will be printed when it is executed B)it will compile but not link C)the compiler will generate an error D)the compiler will generate a warning
how to write palindrome program?