whenever a question is posted in a particular category in
allinterview.com, Is there any facility to receive an
indication mail.
For eg: I need to receive an indication email, whenever a
question is posted under the category “C Langauage”.
Are negative numbers true in c?
What is I ++ in c programming?
What is scope and lifetime of a variable in c?
#include <stdio.h> int main() { if ("X" <"x") printf("X smaller than x "); } my question is whats the mistake in this program? find it and please tell me..
Explain 'bit masking'?
please explain every phase in the "SDLC" in the dotnet.
How can I get Single byte from 'int' type variable? Can we alter single bit or multiple bits in int type variable? if so, How?
Write a program to display the no of bit difference between any 2 given numbers eg: Num1 will 12->1100 Num2 will 7->0111 the difference in bits are 2.
Should a function contain a return statement if it does not return a value?
How can I list all of the predefined identifiers?
Which sorting algorithm is the best?
What is the scope of static variable in c?