Differentiate abs() function from fabs() function.
No Answer is Posted For this Question
Be the First to Post Answer
Give the logic for this #include<stdio.h> #include<conio.h> void main() { clrscr(); int a=10,b; b=++a + ++a; printf("%d", b); getch(); } Output: 24......How?
what is void pointer?
Explain how can you restore a redirected standard stream?
What is the value of uninitialized variable in c?
WAP to find that given no is small or capital
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
What is use of pointer?
Write a program to print the prime numbers from 1 to 100?
The statement, int(*x[]) () what does in indicate?