What are the 4 data types?
No Answer is Posted For this Question
Be the First to Post Answer
What is the meaning of 2d in c?
Can u return two values using return keyword? If yes, how? If no, why?
How many loops are there in c?
What is the difference between variable declaration and variable definition in c?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
what is the difference between const char *p, char const *p, const char* const p
5 Answers Accenture, Aricent, CTS, Geometric Software, Point Cross, Verizon,
Find the largest number from the given 2 numbers without using any loops and the conditional operator.
Write a C/C++ program that connects to a MySQL server and checks intrusion attempts every 5 minutes. If an intrusion attempt is detected beep the internal speaker to alert the administrator. A high number of aborted connects to MySQL at a point in time may be used as a basis of an intrusion.
2 Answers Drona Solutions, Infosys, Vodafone, Webyog,
What is a built-in function in C?
input may any number except 1,output will always 1.. conditions only one variable should be declare,don't use operators,expressions,array,structure
Explain a pre-processor and its advantages.