What was noalias and what ever happened to it?
No Answer is Posted For this Question
Be the First to Post Answer
Do you know what are bitwise shift operators in c programming?
main() { struct s1 { char *str; struct s1 *ptr; }; static struct s1 arr[] = { {"Hyderabad",arr+1}, {"Bangalore",arr+2}, {"Delhi",arr} }; struct s1 *p[3]; int i; < BR> for(i=0;i<=2;i++) p[i] = arr[i].ptr; printf("%s ",(*p)->str); printf("%s ",(++*p)->str); printf("%s ",((*p)++)->str); }
What is data type long in c?
Explain how do you convert strings to numbers in c?
Why does not use getgh(); and <conio.h> in c language.
WHAT IS THE DIFFERENCE BETWEEN malloc() and calloc() in c file management?
28 Answers 3D PLM, Code Studio, Deltech, IBM,
Find the middle node in the linked list?? (Note:Do not use for loop, count and count/2)
what is develop in c language
Do pointers store the address of value or the actual value of a variable?
Explain main function in c?
what do you mean by inline function in C?
is compiler do read the data line by line or not. ??
6 Answers LG Soft, Satyam, Tech Mahindra,