What is an lvalue in c?
No Answer is Posted For this Question
Be the First to Post Answer
Which built-in library function can be used to match a patter from the string?
Do pointers store the address of value or the actual value of a variable?
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
Write a program in C for showing working of different logical operator in C. Your program should guide users with proper message/menu on the console.
#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }
What are pointers in C? Give an example where to illustrate their significance.
How Many Header Files in c?
How do we swap or interchange any 2 numbers without using Temporary variable...Anybody can pls answer it.. Thanks in Advance
what is uses of .net
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
what is the difference between exit() and _exit() functions?
What is the code for 3 questions and answer check in VisualBasic.Net?