Explain how do you list files in a directory?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to swap Two numbers without using temp variable.
75 Answers EMC, Focus, GreyB, HCL, Hitech, HP, Huawei, Infosys, Mannar Company, Microsoft, Miles Software, Odessa Technologies, Satyam, TCS, Wipro,
What is function prototype?
What is the data segment that is followed by c?
how to display 2-D array elements in spiral
an algorithem for the implementation of circular doubly linked list
code for replace tabs with equivalent number of blanks
can any one provide me the notes of data structure for ignou cs-62 paper
Why data types in all programming languages have some range? Why ritche have disigned first time likethat?Why not a single data type can support all other types?
What is the use of define in c?
What is else if ladder?
actually i have 2 years teaching experience as computer faculty but now i am a DBA but when i go for interview many peoples asked me why i left my teaching profession and why i want to come in this field kindly give me the proper answer of this queston
main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none