what are the stages of compilation
Answer / rajesh
There are three stages of compilation
1) Preprocesing
2) Compilation
3) linking
| Is This Answer Correct ? | 16 Yes | 3 No |
inline function is there in c language?
Is c language still used?
What is page thrashing?
input any 4 digit number and find the difference of all the digits?
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
Is it possible to create recycle bin in mobiles?
pgm to find middle element of linklist(in efficent manner)
int arr[] = {1,2,3,4} int *ptr=arr; *(arr+3) = *++ptr + *ptr++; Final contents of arr[]
What is graph in c?
List some basic data types in c?
Explain how can you determine the size of an allocated portion of memory?