What was noalias and what ever happened to it?



What was noalias and what ever happened to it?..

Answer / Santosh Kumar Bhart

Noalias is a C compiler extension provided by Intel's Compiler (icc) that helps avoid aliasing issues when using OpenMP. It is used to restrict data access within threads in parallel programming. As of now, the latest version of GCC does not support Noalias directly but there are workarounds available for its functionality.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

How can I prevent other programmers from violating encapsulation by seeing the private parts of my class?

1 Answers  


What is structure data type in c?

1 Answers  


What is the use of ?: Operator?

1 Answers  


What are local static variables?

1 Answers  


2. What does static variable mean?

2 Answers  


Efficient data structure for store/search list of 1000 records a)array b)double linked list c)circular queue d)hash table

3 Answers   Value Labs,


Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings

1 Answers  


What are header files and what are its uses in C programming?

1 Answers  


In C language what is a 'dangling pointer'?

1 Answers   Accenture,


How will you print TATA alone from TATA POWER using string copy and concate commands in C?

1 Answers   Amdocs, Apps Associates,


Example of friendly function in c++

2 Answers  


What is the real time usage volatile?

2 Answers   Polycom,


Categories