What is unary operator?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to compare 2 numbers without using logical operators?
Where are c variables stored in memory?
What is the difference between malloc() and realloc()?
What is the size of structure in c?
program for following output using for loop? 1 2 2 3 3 3 4 4 4 4 5 5 5 5 5
What are the 4 types of organizational structures?
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
how to copy a string without using c function
2. What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value
What is the auto keyword good for?
I want tcs placement papers of 2004-2009 , its urgent
in C-programming language without using printf statement can we get output r not ? if yes how and if no also how ?