In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
No Answer is Posted For this Question
Be the First to Post Answer
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
how to find out the reverse number of a digit if it is input through the keyboard?
Why doesn't the code "int a = 1000, b = 1000; long int c = a * b;" work?
write a c/c++ programthat connects to a MYSQL server and checks if the INNoDB plug in is installed on it.If so your program should print the total number of disk writes by MYSQL.
wat is the meaning of c?
What are the loops in c?
write a pgm to print 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
an algorithem for the implementation of circular doubly linked list
Explain the use of #pragma exit?
post new interiew question and aptitude test papers
main() { int i = -3,j=2,k=0,m; m= ++i || ++j && ++k; printf("%d%d%d",i,j,k,m); }