Nikumbh

Nikumbh

Member

Member since
Aug 10, 2011
Last active
Aug 23, 2016
Total activities
0

Activity feed

Recent contributions

  1. #Threads

    019d5293-6935-495e-87c7-532849f7cec1

    Java the complete reference by Herbert Schildt would be a good option.

  2. #Threads

    7bf6216f-f647-4194-b825-2236dbd5625e

    @#-Link-Snipped-# :Thank you very much for the info.

  3. #Threads

    74f6669b-538d-4135-8650-cef7acb8026d

    NikumbhTake the scenario as, If I use 2G network, in roaming the result would be....?When I use 2G network, the connection terminates...

  4. #Threads

    3a2241c6-616e-4f67-9b4b-4484e2098028

    Take the scenario as, If I use 2G network, in roaming the result would be....?

  5. #Threads

    Question on Mobile Broadband

    Hi Folks, This is a general question that raised in me. I'm using a BSNL 3g data plan, I'm supposed to be...

  6. #Threads

    256c8d01-2679-4333-b417-479d536de2cf

    I think Morphees, going to be a milestone in mobile hardware design.... If and only if it serves the advancement features of...

  7. #Threads

    2be662c2-9523-47c5-86fa-f94718a33f10

    Vishal0203I did this program using data structures long back! Here it is! #include<iostream> #include<cstdlib> using namespace std; struct list { char c;...

  8. #Threads

    d4336a62-aae4-42f4-ad12-3b9c474df582

    Another question : Write a program to sort the elements of an array, the first half of the array should be sorted...

  9. #Threads

    cf4c6f20-f0e1-4fcf-bfa8-538427c74cdf

    Write a program to reverse the words in the string ie., if "you are a boy" is a string then should be...

  10. #Threads

    72fac7d9-2bc4-4d95-880b-e3b547582911

    Vishal0203Adding another question here!! write a program to swap all the occurrences of 0 to the end of the array! ex: input...

  11. #Threads

    f82dca3e-4f5b-494c-8b9f-54d456a72303

    Solution for the problem a[]={1,0,2,0,3,0} then, it should print 1,2,3,0,0,0 solution : #include<iostream> using namespace std; int main() { int a[15],i,j...

  12. #Threads

    5faa8e53-ad02-48b0-a33f-c38d7d58be33

    Is objective-c pure object oriented programming language? please register your answer with proper explanation. Well thanks in advance