Why is c faster?
No Answer is Posted For this Question
Be the First to Post Answer
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
What is an auto variable in c?
What type of function is main ()?
How can I read a directory in a C program?
2 Answers Bright Outdoor, Wipro,
Is file a keyword in c?
What are the keywords in c?
How to declare pointer variables?
why you will give me a job in TCS.
How do I declare a pointer to an array?
what does keyword ‘extern’ mean in a function declaration?
why i join syntel?
23 Answers ABC, Syntel, TCS,
void main() { int *ptr; ptr = (int *) 0x400 ; printf("ptr=%d",ptr); } output?