694 views
3 votes
3 votes

Arnold is a novice in C and by mistake he typed "intt" for all usage of "int" in a C code. Which of the following statement added at the beginning of the code should fix the issue for him?

  1. typedef int intt;
  2. typedef intt int;
  3. #define intt int;
  4. #define intt int
  1. 1 and 3
  2. 2 and 4
  3. 3 and 4
  4. 1 and 4

1 Answer

Answer:

Related questions

3 votes
3 votes
2 answers
2
8 votes
8 votes
2 answers
3
1 votes
1 votes
3 answers
4