anksingla
Member
- Member since
- Jun 9, 2014
- Last active
- Oct 14, 2014
- Total activities
- 0
Activity feed
Recent contributions
-
#Threads
problem in c program..
Below program is to print the values of 2d array s. int s[][2]={12,1,13,214,3}; int i,j; int (*p)[2]; int *pint; For(i=0;i<3;++i) { p=&s;...
-
#Threads
96a9dc64-bf73-44b1-b941-a2dac7694550
Shashank MogheExplicit typecasting, I believe? The question to follow is, whether it is necessary.i also think so..but in a below program i...
-
#Threads
problem in c..
int s[][2]={12,1,13,214,3}; int i,j; int (*p)[2]; int *pint; For(i=0;i<3;++i) { p=&s; pint=(int*)p; for(j=0;j<2;++j) printf("%d",*(pint+j)); } This wil...
-
#Threads
a99fbc7a-2284-4b34-827f-04dd2b31aa3a
A.V.RamaniOne way of looking at multiplying by 11 is 'Shift and Add'. In effect adding ten times the number to the number....
-
#Threads
e33b9a90-8206-45c1-a6f4-5b7e9b67ba2b
Anoop KumarOops.... next number will be 161051. #-Link-Snipped-# , has provided you the right solution. 😉I forgot to mention that question is...
-
#Threads
00ffa0ef-0c7c-4e54-9e5d-07641a0eedb8
Manish GoyalVery Simple Program, Simple Loop, and then a single line if you know multiplicationYeah this program is a simple multiplication of...
-
#Threads
832d0252-6b25-416c-9dc7-9eeca60ab651
Sanyam KhuranaFirst show us what you have done so far?i am using net on my phone...can't show you the code that i...
-
#Threads
83a41c76-d6bf-4c4c-8c7f-198581b3dca0
Yeah right Anoop KumarWhat is next number?? is it 15101051?
-
#Threads
Need help in a program..
1 11 121 1331 14641 can anyone tell the code of this pattern.??
-
#Threads
Data Structure books??
Which would be the good book for data structure for beginners...??
-
#Threads
5e91ce94-57fc-488d-a426-378705b3d20a
radha gogiasee in java by default each decimal value is taken as double so u need to explicitly mention it be ,say...
-
#Threads
Problem in java program
byte b=10 shows no error but float f =10.0 shows error that double found.. why??
-
#Threads
113423b5-d240-434b-b1cc-48f763ed2635
Dennis Ighowhocheck for C compiler for 64bit systems using Google, but first you need to know if C uses compiler or an...
-
#Threads
c1eebed7-65c9-4619-8701-0b146b18b9e5
thanks radha.. will it work same for the minimum value...
-
#Threads
67d427a8-ab58-41dd-957a-345a4d03f4c1
thanks radha.. will it work same for the minimum value...
-
#Threads
6cf2dd22-c89e-48ad-bf78-fb2380f5d1c2
yes but they are not supporting on win 8.1
-
#Threads
C compiler for 64 bit windows 8.1?
Not found C compiler for widows 64 bit win 8.1. Anyone knows from where can i get it???
-
#Threads
When value of a variable crosses the range of its datat type it turns into negative why??
when we take a value of a variable which is greater than the range of its data type then it turns into...
-
#Threads
fe62226b-0e65-41ed-b694-a8f86b37ec36
CoOLlzz...t-Shirtss...😁
-
#Threads
7f12ff1b-b3ac-413e-8ceb-042104ef8f95
Ankita Katdare#-Link-Snipped-# Try to become proficient in the coding language that you love. There's a lot of opportunity in many fields. Share...
-
#Threads
Good reference books for java?
I am just starting to learn java. But don't know which refrence book should i follow?? Please tell me which refrence book...
-
#Threads
7a717481-0e33-46a0-aca4-da910b8abace
Vikram S BargahHey #-Link-Snipped-# ! Welcome to Crazy engineers. There's nothing like no scope in software until & unless u have interest...
-
#Threads
10ae8ce1-281d-4600-ba02-648ea9effffe
Harshad ItaliyaWhere are you from? First of all list down the company that is suitable for you and near by your area...
-
#Threads
e285657c-163d-49bb-b555-d5ecebfca00b
RVigneshBest idea is to get a nice INTERNSHIP and utilize it fully. Thxs rvignesh...but can you please tell me from where I...