Where are c variables stored in memory?
What are the advantages of using macro in c language?
5. distance conversion: Convert a distance from miles to kilometers .there are 5280 feets per mile,12 inches per foot .2.54 centimeters per inch and 100000centimeters per kilometer
Tell me about low level programming languages.
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
How arrays can be passed to a user defined function
What is a union?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
How can you dynamically allocate memory in C?
In the following code segment what will be the result of the function, value of x , value of y { unsigned int x=-1; int y; y = ~0; if(x == y) printf("same"); else printf("not same"); } a) same, MAXINT, -1 b) not same, MAXINT, -MAXINT c) same , MAXUNIT, -1 d) same, MAXUNIT, MAXUNIT e) not same, MAXINT, MAXUNIT
what will be the output of" printf("%d%d",scanf("%d% d",&a&b));"
What is malloc return c?
what is event driven software and what is procedural driven software?