Home
Q&A
Education
Technology
Credit
General
Health
Insurance
Questions
Ask a Question
How a negative integer is stored in C-Programming?
Home
Technology
How a negative integer is stored in C-Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
How a negative integer is stored in C-Programming?
interview-question-answer
technology-questions-answers
1
Answer
0
votes
answered
Nov 9, 2020
by
JackTerrance
Get the two’s compliment of the same positive integer. Eg: 1011 (-5)
Step-1 − One’s compliment of 5 : 1010
Step-2 − Add 1 to above, giving 1011, which is -5
Related questions
0
votes
Q: How a negative integer is stored in C Programming?
How a negative integer is stored in C Programming?...
asked
Jan 17, 2021
in
Technology
by
JackTerrance
interview-question-answer
technology-questions-answers
0
votes
Q: 1. In the C programming language to scan the integer type data which of the following is used?%d%f%I
1. In the C programming language to scan the integer type data which of the following is used? %d %f %I %c Select the correct answer from above options...
asked
Dec 25, 2021
in
Education
by
JackTerrance
computer-science-interview-questions
computer-science-questions
0
votes
Q: 1. In the C programming language to scan the integer type data which of the following is used?
1. In the C programming language to scan the integer type data which of the following is used? Select the correct answer from above options...
asked
Dec 25, 2021
in
Education
by
JackTerrance
computer-science-interview-questions
computer-science-questions
+1
vote
Q: Where an automatic variable is stored in C-Programming?
Where an automatic variable is stored in C-Programming?...
asked
Nov 9, 2020
in
Technology
by
JackTerrance
interview-question-answer
technology-questions-answers
0
votes
Q: Write a function in python to sort n numbers of integer stored in a list passed as parameter in
Write a function in python to sort n numbers of integer stored in a list passed as parameter in function selesort(L[],n) Select the correct answer from above options...
asked
Dec 13, 2021
in
Education
by
JackTerrance
computer-science-interview-questions
computer-science-questions
0
votes
Q: 60. “What do you think”?Recognise the type of sentence.(A) optative(B) negative(C) positive
60. “What do you think”?Recognise the type of sentence. (A) optative (B) negative (C) positive (D) interrogative Select the correct answer from above options...
asked
Dec 4, 2021
in
Education
by
JackTerrance
computer-science-interview-questions
computer-science-questions
0
votes
Q: 60. “What do you think”?Recognise the type of sentence.(A) optative(B) negative(C) positive
60. “What do you think”?Recognise the type of sentence. (A) optative (B) negative (C) positive (D) interrogative Select the correct answer from above options...
asked
Nov 25, 2021
in
Education
by
JackTerrance
computer-science-interview-questions
computer-science-questions
0
votes
Q: “Open the window”.Recognise the type of sentence.(A) optative(B) imperative(C) negative
“Open the window”.Recognise the type of sentence. (A) optative (B) imperative (C) negative (D) positive Select the correct answer from above options...
asked
Nov 25, 2021
in
Education
by
JackTerrance
computer-science-interview-questions
computer-science-questions
0
votes
Q: 60. “What do you think”?Recognise the type of sentence.(A) optative(B) negative(C) positive
60. “What do you think”?Recognise the type of sentence. (A) optative (B) negative (C) positive (D) interrogative Select the correct answer from above options...
asked
Nov 25, 2021
in
Education
by
JackTerrance
computer-science-interview-questions
computer-science-questions
0
votes
Q: “Open the window”.Recognise the type of sentence.(A) optative(B) imperative(C) negative
“Open the window”.Recognise the type of sentence. (A) optative (B) imperative (C) negative (D) positive Select the correct answer from above options...
asked
Nov 25, 2021
in
Education
by
JackTerrance
computer-science-interview-questions
computer-science-questions
0
votes
Q: Write a C program to accept an integer numberbetween 1 and 9. Write the value of the number
Write a C program to accept an integer number between 1 and 9. Write the value of the number in words. Select the correct answer from above options...
asked
Dec 13, 2021
in
Education
by
JackTerrance
computer-science-interview-questions
computer-science-questions
+1
vote
Q: How does bitwise operator XOR works in C programming?
How does bitwise operator XOR works in C programming?...
asked
Nov 9, 2020
in
Technology
by
JackTerrance
interview-question-answer
technology-questions-answers
+1
vote
Q: How many operators are there under the category of ternary operators in C Programming?
How many operators are there under the category of ternary operators in C Programming?...
asked
Nov 9, 2020
in
Technology
by
JackTerrance
interview-question-answer
technology-questions-answers
0
votes
Q: Selenium doesn’t support the following programming language: 1. Python 2. C# 3. C 4. Java
Selenium doesn’t support the following programming language: 1. Python 2. C# 3. C 4. Java...
asked
Jul 11, 2021
in
Technology
by
JackTerrance
interview-question-answer
technology-questions-answers
0
votes
Q: Which type of pointer is the most convenient way of storing the raw address in C programming?
Which type of pointer is the most convenient way of storing the raw address in C programming?...
asked
Jan 23, 2021
in
Technology
by
JackTerrance
interview-question-answer
technology-questions-answers
...