Write a program to check whether a number is prime or not using c?
No Answer is Posted For this Question
Be the First to Post Answer
a=0; while(a<5) printf("%d\n",a++); how many times does the loop occurs? a.infinite b.5 c.4 d.6
Can you add pointers together? Why would you?
4. main() { int c=- -2; printf("c=%d",c); }
What will be the outcome of the following conditional statement if the value of variable s is 10?
Can true be a variable name in c?
do ne body have any idea about the salary for the we r going to have interview. yup .. u got it right ..i m talking abt NIC.
What is a list in c?
Write a program to show the change in position of a cursor using c
What is union and structure?
What are bitwise shift operators in c programming?
What is the real time usage volatile?
What is void main ()?