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.
No Answer is Posted For this Question
Be the First to Post Answer
What is the scope of local variable in c?
What is false about the following A compound statement is a.A set of simple statments b.Demarcated on either side by curly brackets c.Can be used in place of simple statement d.A C function is not a compound statement.
how does the for loop work actually..suppose for the following program how it ll work plz explain to me for(i=5;i>=0;i--) prinf(i--);
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
What is the purpose of macro in C language?
Write a program in C to print the alphabets in order as on a mobile phone.i.e:When 2 is pressed once 'a' prints and if it is pressed two times 'b' prints and so on.we have to print all the alphabets as on mobile phone like this.
Write a function that accepts two numbers,say a and b and makes bth bit of a to 0.No other bits of a should get changed.
2 Answers Scientific Atlanta, Wipro,
Can stdout be forced to print somewhere other than the screen?
what will happen if you free a pointer twice after allocating memory dynamically ?
differnce between do and do while
What are # preprocessor operator in c?
What does typeof return in c?