What is the scope of an external variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
difference between i++* and *++i
Difference between for loop and while loop?
why in C,C++'s int size is 2 byte and .net(c#) int Size is 4 byte?
how to write a data 10 in address location 0x2000
What are all different types of pointers in c?
What does nil mean in c?
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
What library is sizeof in c?
write a C program to print the program itself ?!
Suppose I want to write a function that takes a generic pointer as an argument and I want to simulate passing it by reference. Can I give the formal parameter type void **, and do something like this? void f(void **); double *dp; f((void **)&dp);
write a c program to convert fahrenheit to celsius?
What is the difference between char a[] = "string"; and char *p = "string"; ?
14 Answers Adobe, Honeywell, TCS,