How many types of operator or there in c?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what will the preprocessor do for a program?
In C programming, what command or code can be used to determine if a number of odd or even?
Print all the palindrome numbers.If a number is not palindrome make it one by attaching the reverse to it. eg:123 output:123321 (or) 12321
What is meant by int main ()?
What does struct node * mean?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
write a c program to find reminder and quotient if one number is divided by other.to code this program don't use more than 2 variables
can we declare a variable in different scopes with different data types? answer in detail
write a programme that inputs a number by user and gives its multiplication table.
write the program for prime numbers?
73 Answers Accenture, Aptech, Infosys, TCS,
What is FIFO?
What are pointers in C?