User profile: suraj192

User info
User name:suraj192
Email:surajsingh7084@gmail.com
Name:suraj singh
Location:Lucknow
Bio:student of BCA at Baby Banarasi Das University Lucknow
Statistical data
Birthdate:Oct 1, 1998
Gender:Male
Occupation:Programmer
Skills:C
PHP
C++
C++/.NET
C#
Javascript
Python
C#/.NET
ASP
History
Joined:
Number of posts:3
Latest posts:

why this code giver error in visual studio on the other hand it works fine in code blocks
Thank you lastchance for your reply actually i am new to the forum community , next time i'll remem...

why this code giver error in visual studio on the other hand it works fine in code blocks
[code]#include <iostream> using namespace std; void disp(char *c) //here visual studio says it shou...

why i am getting "expected primary-expression before '<<' token|" while printing the datatype passed into the template
#include <iostream> using namespace std ; template <typename T> void function_(T ...