structure

  1. plsoft

    MCA or MscIT?

    I want to take up the above courses from Sikkim Manipal University.Please tell me which one of the above programmes shud i go for. MCA: *207.5.46.207/distance/coursedetails.asp?division=smu&course-code=MCA MscIT...
  2. K

    HowTo convert C struct with array of another struct in java

    How to convert C code(given below) in java C code: struct structA { int varA[4]; float varB[2]; } struct structB { int len; structA varC[50]; } void main { structB varD[10]; ..... ..... somefunction(varD) { ..... } } Here i have a structure A with variables of...
Top Bottom