How can variables be characterized?
No Answer is Posted For this Question
Be the First to Post Answer
main() { enum _tag{ left=10, right, front=100, back}; printf("%d, %d, %d, %d", left, right, front, back); }
Tell about strtok & strstr functions
2 Answers HCL, iFlex, Motorola,
What is the Purpose of 'extern' keyword in a function declaration?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
What is the advantage of c?
which operator having highest precedence? a.)+ b.)++ c.)= d.)%
what are bps & baud rates? differentiate these two?
What is an lvalue and an rvalue?
print out of string in this format; 1. "rajesh" 2. \n 3. %d
Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.
7 Answers Accenture, Gridco, IBM, Kevin IT, TCS, Vimukti Technologies,
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
can i know the source code for reversing a linked list with out using a temporary variable?