Explain how do you list a file’s date and time?
No Answer is Posted For this Question
Be the First to Post Answer
Is main an identifier in c?
Do you know what is the purpose of 'extern' keyword in a function declaration?
program that accepts amount in figures and print that in words
2 Answers Infosys, Lovely Professional University, Wipro,
What is break statement?
Main must be written as a.the first function in the program b.Second function in the program c.Last function in the program d.any where in the program
19 Answers CTS, HCL, TCS,
hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .
0 Answers Aegis, CDAC, Infosys,
What is a global variable in c?
What are the complete rules for header file searching?
can we declare a function inside the structure? ex: struct book { int pages; float price; int library(int,float); }b; is the above declaration correct? as it has function declaration?
difference between i++* and *++i
Write a program to print all the prime numbers with in the given range
8 Answers ABC, College School Exams Tests, TCS,
how to implement stack work as a queue?