446 views
1 votes
1 votes
What is gcc and GNU and how are they connected to a compiler? Please someone clear the whole mess. I tried google but it seems more complex to me.

Please log in or register to answer this question.

Related questions

926
views
3 answers
0 votes
superak96 asked Oct 9, 2018
926 views
Suppose UNIX disk block will hold 2048 disk addresses. What is the maximum sizedfile using only the direct pointers? Single-indirection capability? Double indirectioncapability? Triple-indirection capability?
965
views
1 answers
0 votes
Shubhanshu asked Jun 12, 2017
965 views
When I compiled this program in two different compiler then I got two different result why it is so?#include <iostream>#include <stdio.h>using namespace std;int main() { ... return 0;}Producing different output:-1. Turbo -> 442. GCC -> 45
447
views
1 answers
1 votes
Akash Kumar Roy asked Apr 21, 2018
447 views
"If a string constant is given then through by a pointer we can access the characters but we can't change any of the characters"Can someone please expain this?
733
views
0 answers
0 votes
kislaya Pant asked Jun 14, 2018
733 views
(Note:- It is not a question just a doubt related to parsers topic)Ques:- Can CLR(1) parser may contain SR and RR conflicts?(Actually, According to me it can ... transition state the transition is as:- Can you please tell me if I am wrong.