Search Results

Showing results 1 to 5 of 5
Search took 0.00 seconds.
Search: Posts Made By: gautam610 ; Forum: C and child forums
Forum: C Dec 12th, 2008
Replies: 5
Views: 793
Posted By gautam610
It's above the Enter key on your keyboard with '\' symbol.....................
Forum: C Nov 20th, 2008
Replies: 6
Views: 698
Posted By gautam610
since you declare x as an integer so system allocate 2 byte for this variable & when u give input as character it converts into an integer through ASCII value & print that one.............
Forum: C Nov 18th, 2008
Replies: 6
Views: 622
Posted By gautam610
#include<stdio.h>
#include<string.h>
#define size 25

void main()
{
char strsrc[size];
char strtmp[size];

clrscr();
Forum: C Aug 13th, 2008
Replies: 6
Views: 639
Posted By gautam610
2) This is an L-value error that u have to put a reference that have a legal address at the left side of assignment operator at the equal sign..........
Forum: C Aug 13th, 2008
Replies: 6
Views: 827
Posted By gautam610
u can see ur result by pressing ctrl+f5 or u can see ur result by adding a simple "getch();"
in ur code...........................
Showing results 1 to 5 of 5

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC