How can variables be characterized?
No Answer is Posted For this Question
Be the First to Post Answer
What is the modulus operator?
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
What is difference between far and near pointers?
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.
How do you use a pointer to a function?
In C programming, what command or code can be used to determine if a number of odd or even?
#include main() { int i=1,j=2; switch(i) { case 1: printf("GOOD"); break; case j: printf("BAD"); break; } }
Write a program to add the following ¼+2/4+3/4+5/3+6/3+... (Like up to any 12 no.s)
How are variables declared in c?
What are predefined functions in c?
What happens if header file is included twice?
What is an identifier?