Explain how do you list a file’s date and time?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

write a prgram of swapping with 2 valiables

6 Answers  


what will be the out put. #include<stdio.h> void main() { printf("Output:"); printf(1+"vikashpatel"); }//output: ikashpatel

1 Answers   V2 Solutions,


write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list

0 Answers   Persistent,


Define C in your own Language.

0 Answers   Motorola,


can anyone suggest some site name..where i can get some good data structure puzzles???

0 Answers  






#include<stdio.h> int main() { int i=2; int j=++i + ++i + i++; printf("%d\n",i); printf("%d\n",j); }

15 Answers   Infosys,


Why is c faster?

0 Answers  


Prove or disprove P!=NP.

5 Answers   Microsoft,


please tell me the logic for this C program : INPUT (string):ABCD OUTPUT :BCDA CDAB DABC

2 Answers   Mphasis,


Is c procedural or object oriented?

0 Answers  


a=5 a=a++/++a

14 Answers   Bhel,


Here is alphabets : abcdefgh 1) how to reverse. as hgfedcba 2) after reversal, how to group them in a pair hg fe dc ba.

2 Answers  


Categories