Explain how do you list a file’s date and time?
No Answer is Posted For this Question
Be the First to Post Answer
What is LINKED LIST? How can you access the last element in a linked list?
main() { intj; while9j<=10) { printf("\n%d",j); j=j+1; } }
What is the difference between if else and switchstatement
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
How to reverse alternate words in a given line of string For Eg: my name is narasimha output : my eman is ahmisaran
main() { int age; float ht; printf("Enter height and age"); scanf("%d%d",&height,&age); if((age<=20)&&(ht>=5)) {printf("She loves you");} else {printf("She loves you");} }
why should i select you?
write a proram to reverse the string using switch case?
What is the difference between far and near in c?
What is the time and space complexities of merge sort and when is it preferred over quick sort?
what is the basis for selection of arrays or pointers as data structure in a program
What is a structural principle?