How can I find the modification date of a file?
No Answer is Posted For this Question
Be the First to Post Answer
how to write a data 10 in address location 0x2000
how to print this sereis 2 4 3 6 5..........?
Is it possible to have a function as a parameter in another function?
What is declaration and definition in c?
Do character constants represent numerical values?
How to explain the final year project as a fresher please answer with sample project
How many levels of pointers have?
du u know test pattern for robosoft? Plz share
1 Answers RoboSoft, TATA, Wipro,
#include<stdio.h> int main() { int i=2; int j=++i + ++i + i++; printf("%d\n",i); printf("%d\n",j); }
What is the difference between int and float?
Can you explain the four storage classes in C?
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?