List some basic data types in c?
No Answer is Posted For this Question
Be the First to Post Answer
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
how can i calculate mean,median,mode by using c program
How can I make sure that my program is the only one accessing a file?
What is modeling?
a=0; b=(a=0)?2:3; a) What will be the value of b? why b) If in 1st stmt a=0 is replaced by -1, b=? c) If in second stmt a=0 is replaced by -1, b=?
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
how to add two numbers without using arithmetic operators?
hi any body pls give me company name interview conduct "c" language only
What is 2c dna?
what is data structure?
Explain what is the difference between functions abs() and fabs()?
When should a far pointer be used?