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...
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...
Hi Guest we just wanted to alert you to a major change in the forum. We will no longer be allowing the posting of outgoing links. Please use the attachment feature to attach media to your posts.