Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

What's the difference between gcc residents and gcc accompanied?


Asked by Julia Goodwin on Dec 04, 2021 FAQ



Hi, I am just confused about the type of resident permits; what is difference between “gcc residents entry permit” and “gcc accompanied entry permit”. GCC residents entry permit is for expatriates who where entering to UAE by them self. gcc accompanied means the person who is going along with the GCC citizen.
Also Know,
GCC residents entry permit is for expatriates who where entering to UAE by them self. gcc accompanied means the person who is going along with the GCC citizen. Maybe he is his driver, nurse, housemaid etc.,
Thereof, gcc is used to compile C program. g++ can compile any .c or .cpp files but they will be treated as C++ files only. gcc can compile any .c or .cpp files but they will be treated as C and C++ respectively. Using g++ to link the object files, files automatically links in the std C++ libraries.
In fact,
GCC Residents Entry Permit is valid for (30) days before entry from issuance date, and stay period after entry is (30) days from entry date, and it is extendable once for (30) days.
Besides,
-c tells GCC to compile a source file into a .o object file. Without that option, it'll default to compiling and linking the code into a complete executable program, which only works if you give it all your .c files at the same time.