User profile: thehitmanranjan

User info
User name:thehitmanranjan
Email:ranjan.pratik21@gmail.com
Name:Pratik Ranjan
Location:Ranchi, India
Statistical data
Birthdate:Apr 9, 1998
Gender:Male
Occupation:Student
Skills:BASIC
C++
Java
History
Joined:
Number of posts:39
Latest posts:

Problem in file handling in while reading file
The file "string.txt" contains a string "Hello World!". When I print ch, the out put shown on screen...

Problem in file handling in C
Why am I getting no value in ch? [code] #include<stdio.h> int main() { FILE *f; char ch; ...

How to know where the pointer is pointing in char *?
[code] #include <iostream> using namespace std; int main() { int temp1={1,2,3}; int *temp2...

Why is strcmp not working.....
PS: I have to use Borland C++/Turbo C++

Why is strcmp not working.....
[code] #include<iostream.h> #include<conio.h> #include<string.h> char *t1,*t2; void main() { ...