related proverb of "dont count your chicken before it hatches"
How can I run c program?
What is this pointer in c plus plus?
how can i get the output 54321 4321 321 21 1 in c programming........???? pls help......
Please provide question papers of NATIONAL INFORMATICS CENTRE for Scientific officer
I have a function which accepts, and is supposed to initialize,a pointer, but the pointer in the caller remains unchanged.
Can two or more operators such as and be combined in a single line of program code?
without a terminator how can we print a message in a printf () function.
void main() { int x=25,y=32; clrscr(); x=x++ + y++; y=++x + ++y; printf("%d%d",x,y); }
What is sizeof in c?
what is the use of macro program
two progs are given. one starts counting frm 0 to MAX and the other stars frm MAX to 0. which one executes fast.
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list