What are the data types present in c?
No Answer is Posted For this Question
Be the First to Post Answer
any "C" function by default returns an a) int value b) float value c) char value d) a & b
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
Write a program to print the prime numbers from 1 to 100?
What are valid operations on pointers?
What is Function Pointer? Explain with example?
A program to write a number of letters and numbers, such as counting and display
char *p="name"; printf(p);
How will you divide two numbers in a MACRO?
1.what are local and global variables? 2.what is the scope of static variables? 3.what is the difference between static and global variables? 4.what are volatile variables? 5.what is the use of 'auto' keyword? 6.how do we make a global variable accessible across files? Explain the extern keyword? 7.what is a function prototype? 8.what does keyword 'extern' mean in a function declaration?
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
2 Answers Aricent, Manipal University,
What are the types of operators in c?
Write a C program to multiply tho numbers without using arithmetic operator (+, -, *, /).