What are file streams?
No Answer is Posted For this Question
Be the First to Post Answer
20. main() { int i=5; printf("%d%d%d%d%d%d",i++,i--,++i,--i,i); } Answer:??????
Explain what?s happening in the first constructor: public class c{ public c(string a) : this() {;}; public c() {;} } How is this construct useful?
What is the purpose of 'register' keyword in c language?
What is a pointer in c?
Reverse the part of the number which is present from position i to j. Print the new number. eg: num=789876 i=2 j=5 778986
1)what are limitations for recursive function? 2)write a program to read a text file and count the number of characters in the text file
What does c value mean?
Write a C program to perform some of the operation which can be performed using Single linked list
What is the use of typedef in c?
Explain how do you use a pointer to a function?
What is the use of getchar functions?
What is the explanation for modular programming?