What is unsigned int in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is c?
Describe the difference between = and == symbols in c programming?
What is typeof in c?
Can we add pointers together?
Evaluate the following: int fn(int v) { if(v==1 || v==0) return 1; if(v%2==0) return fn(v/2)+2; else return fn(v-1)+3; } for fn(7); 1) 10 2) 11 3) 1
how to execute a program using if else condition and the output should enter number and the number is odd only...
A stack can be implemented only using array?if not what is used?
how can use subset in c program and give more example
hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel
What are the basic data types associated with c?
Should a function contain a return statement if it does not return a value?
Explain what are reserved words?