How do I copy files?
No Answer is Posted For this Question
Be the First to Post Answer
What is hash table in c?
Write a c program to Find the name that you entered is male name or female name? Such as Sunjay is name of male and Payal is name of female
How can I invoke another program from within a C program?
Is null equal to 0 in sql?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
post new interiew question and aptitude test papers
Is main() is used in the program,,see below example? void main() { int i; for(i=0;i<10;i++) main(); } Then what is the output of the program?
main() { float a=3.2e40; printf("%d",a); }
Can we change the value of #define in c?
What is a structure in c language. how to initialise a structure in c?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
What is && in c programming?