vaibhav bhanawat
Member
- Member since
- Sep 23, 2013
- Last active
- Mar 13, 2014
- Total activities
- 0
Activity feed
Recent contributions
-
#Threads
4c60d4f5-b394-4c42-8314-079ba0ed0799
hello friends what should i do to convert my c++ code into an software which can be installed into different computer...........i am...
-
#Threads
7443d3dd-5ffd-4b58-a73b-77c0645a3b2b
if i want to convert C code into setup file than what should i do C code convert into software ..... that...
-
#Threads
a09124cb-5d5b-44f7-a134-3ecf4ef2c8c4
rahul69#include<iostream> using namespace std; int fun(int i) { if(i==101) return 1; cout<<i<<" "; return fun(i+1); } int main() { int i=1; fun(i);...
-
#Threads
f0ca80f0-e554-4d1a-8bfc-af1346aa6710
in file handling fputs converts \n to \r\n why......????????????? whats the need to do these..... but if we read the same line...
-
#Threads
c79c18c9-b333-4d7b-8c6f-a7dd6a4bbf61
after printing the data in file in file hand Sanyam KhuranaCould you please elaborate this? may be giving some example problem, and...
-
#Threads
c22432a6-8299-4d6b-86ff-1df2c66ddf77
what is cdac,.......?
-
#Threads
73776ec0-fe16-4208-975e-d80d3b651ae0
A program to calculate the area of any 2D geometrical figure when proper inputs are provided.
-
#Threads
53bbe322-c9d4-4b82-a4f1-82730835a64c
FIND FRACTIONAL POWER OF A NUMBER WITHOUT USING ANY PREDEFINED FUNCTION IN C don't use pow function.......
-
#Threads
71f90452-78f4-44af-8a02-457bb41ac2e0
write a program to print 1 to 100 number ......! without using loops and also without goto statement......!
-
#Threads
db453158-c7e6-4fa6-965f-fa37c1a26fbf
one inovative idea is there in my mind ...... wireless charging....would be perfect for u...
-
#Threads
5b417af5-17cc-441e-b026-f1dd85a6056f
#include<stdio.h> #include<conio.h> void main() { clrscr(); int large[5]={4,2,1,3,5}; int i,j,p,q; p=large[0]; for(i=1;i<5;i++) { if(p<large) p=large; } q=large...