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 are local static variables? How can you use them?
what is the function of pragma directive in c?
What is sizeof int?
i want the code for printing the output as follows 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4
Write a program to implement queue.
#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }
Write the program for displaying the ten most frequent words in a file such that your program should be efficient in all complexity measures.
differnce between do and do while
What are external variables in c?
In the below code, how do you modify the value 'a' and print in the function. You'll be allowed to add code only inside the called function. main() { int a=5; function(); // no parameters should be passed } function() { /* add code here to modify the value of and print here */ }
Is swift based on c?
What are the 5 organizational structures?