Why c is called top down?
No Answer is Posted For this Question
Be the First to Post Answer
what is array?
what r callback function?
What is the difference between #include and #include 'file' ?
What is the use of ?: Operator?
What is the use of function in c?
What is the use of linkage in c language?
What will be the output of x++ + ++x?
What is static memory allocation?
Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent
I want tcs placement papers of 2004-2009 , its urgent
What is unsigned int in c?
#include<stdio.h> int main(){ int i=10; int *ptr=&i; *ptr=(int *)20; printf("%d",i); return 0; } Output: 20 can anyone explain how came the output is 20