Is array name a pointer?
No Answer is Posted For this Question
Be the First to Post Answer
What is dynamic memory allocation?
program to find the ASCII value of a number
print ur name 20,000 times without using inbuilt library functions like printf,scanf,gets,puts,getchar or putchar
void main(int argc,char *argv[],char *env[]) { int i; for(i=1;i<argc;i++) printf("%s",env[i]); }
Which are low level languages?
Find errors (1) m = ++a*5; (2) a = b ++ -c*2; (3)y = sqrt (1000);
What are run-time errors?
HOW TO HANDLE EXCEPTIONS IN C
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,
write a pgm to print 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1
why little endian and big endian came?y they using differently? y they not used commonly ?wt is application of little and big ?
which do you prefer C or Pascal?