I completed my B.tech (IT). Actually I want to develop virtual
object that which will change software technology in the
future. To develop virtual object what course I have to take.
can I any professor to help me.
Answer / Mohit Tomar
To develop a virtual object, you would need to gain expertise in various areas such as 3D modeling, computer graphics, and possibly programming (depending on the complexity of the virtual object). You could consider courses in Computer Graphics, Game Development, or Virtual Reality. As for help, it's recommended to seek guidance from professors, mentors, or industry professionals.
| Is This Answer Correct ? | 0 Yes | 0 No |
What does %d do in c?
what is the difference between. system call and library function?
define switch statement?
Should a function contain a return statement if it does not return a value?
What is local and global variable in c?
A marketing company wishes to construct a decision table to decide how to treat clients according to three characteristics: Gender, City Dweller, and age group: A (under 30), B (between 30 and 60), C (over 60). The company has four products (W, X, Y and Z) to test market. Product W will appeal to female city dwellers. Product X will appeal to young females. Product Y will appeal to Male middle aged shoppers who do not live in cities. Product Z will appeal to all but older females.
What is the use of volatile?
What is string concatenation in c?
How can I manipulate strings of multibyte characters?
Write a program to find the given number is odd or even without using any loops(if,for,do,while)
Can anyone tell what is stack overflow? what precaution we should take?
Which of the following sorts is quickest when sorting the following set: 1 2 3 5 4 1) Quick Sort 2) Bubble Sort 3) Merge Sort