Blogmepost
Latest Questions
Contact Us
Which control loop is recommended if you have to execute set of statements for fixed number of times?
Home
>
Technology
>
Which control loop is recommended if you have to execute set of statements for fixed number of times?
0
votes
24
views
Which control loop is recommended if you have to execute set of statements for fixed number of times?
#c-programming
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
190k
points)
Add Answer
1
Answer
0
votes
Answer is
for – Loop.
answered
Nov 9, 2020
by
JackTerrance
(
190k
points)
Related questions
+1
vote
1
answer
95
views
95
views
What is the correct code to have the following output in C using nested for loop?
asked
Nov 8, 2020
in
Technology
by
JackTerrance
(
190k
points)
#c-programming
+1
vote
1
answer
36
views
36
views
Which operator is used to receive the variable number of arguments for a function in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
190k
points)
#c-programming
0
votes
1
answer
83
views
83
views
What are the general description for loop statements and available loop types in C?
asked
Nov 8, 2020
in
Technology
by
JackTerrance
(
190k
points)
#c-programming
+1
vote
1
answer
15
views
15
views
Can variables belonging to different scope have same name in C Programming? If so show an example ?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
190k
points)
#c-programming
+1
vote
1
answer
19
views
19
views
Which operator can be used to access union elements if union variable is a pointer variable in C Programming ?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
190k
points)
#c-programming
0
votes
1
answer
51
views
51
views
Which type of cache is recommended to store user preferences for an application with several 100’s of concurrent users?
asked
Oct 6, 2020
in
Technology
by
JackTerrance
(
190k
points)
#cache
+1
vote
1
answer
19
views
19
views
____ allows you to loop through a block of code as long as the specified condition is true. Tag While For
asked
Oct 8, 2020
in
Technology
by
JackTerrance
(
190k
points)
#javascript
0
votes
1
answer
33
views
33
views
Which of the following input control represents a date and time encoded according to ISO 8601 with the time zone set to UTC in Web Form 2.0?
asked
Dec 1, 2020
in
Technology
by
JackTerrance
(
190k
points)
html
html5
+1
vote
1
answer
35
views
35
views
What is the code in a while loop that returns the output of the given code?
asked
Nov 8, 2020
in
Technology
by
JackTerrance
(
190k
points)
#c-programming
0
votes
1
answer
145
views
145
views
Which of the following input control represents a date consisting of a year and a week number encoded according to ISO 8601 in Web Form 2.0?
asked
Dec 2, 2020
in
Technology
by
JackTerrance
(
190k
points)
html5
html
0
votes
1
answer
22
views
22
views
Which operator is used to receive the variable number of arguments for a function?
asked
Jan 18
in
Technology
by
JackTerrance
(
190k
points)
cprogramming_interview_questions
0
votes
1
answer
11
views
11
views
To make pointer generic for which date type it need to be declared?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
190k
points)
#c-programming
+1
vote
1
answer
12
views
12
views
Which compiler switch to be used for compiling the programs using math library with gcc compiler?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
190k
points)
#c-programming
+1
vote
1
answer
20
views
20
views
Which operator is used to continue the definition of macro in the next line in C-Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
190k
points)
#c-programming
0
votes
1
answer
51
views
51
views
A general requirement for informed consent is that no informed consent may include any exculpatory language. Exculpatory language is that which waives or appears to waive any of the subject's legal rights or releases or appears to release those conducting the research from liability for negligence. Which of the following statements in a consent form is an example of exculpatory language?
asked
4 days
ago
in
Education
by
Editorial Staff
(
51.6k
points)
#research
release
0
votes
1
answer
41
views
41
views
Which of the following tag insists to have a value in an input control in HTML5?
asked
Dec 2, 2020
in
Technology
by
JackTerrance
(
190k
points)
html5
html
0
votes
1
answer
15
views
15
views
While working on the Subversion, what are the various commands which you have used frequently for handling the changes made to the documents?
asked
Feb 18
in
Technology
by
JackTerrance
(
190k
points)
svn-interview-questions
0
votes
1
answer
93
views
93
views
Consider that you have to move data over long distances using the internet across countries or continents to your Amazon S3 bucket. Which method or service will you use for this purpose?
asked
Dec 3, 2020
in
Technology
by
Editorial Staff
(
51.6k
points)
#s3-bucket
#amazon-s3-bucket
#aws
0
votes
1
answer
26
views
26
views
Which directive of Cache Control Header of HTTP response provides indication to server to revalidate resource if max-age has passed?
asked
Nov 7, 2020
in
Technology
by
JackTerrance
(
190k
points)
#rest
+1
vote
1
answer
425
views
425
views
If you have to replace your current on-premise services in the form of virtual machines, then you can use Microsoft Azure cloud categorized as ____________.
asked
Oct 20, 2020
in
Technology
by
JackTerrance
(
190k
points)
#azure
+1
vote
1
answer
66
views
66
views
If you have to replace your current on-premise services in the form of virtual machines, then you can use Microsoft Azure cloud categorized as ____________.
asked
Oct 20, 2020
in
Technology
by
JackTerrance
(
190k
points)
#azure
0
votes
1
answer
18
views
18
views
___________ is a pretest loop that will execute until the value of z equals 10
asked
Feb 24
in
Technology
by
JackTerrance
(
190k
points)
javascript
+1
vote
1
answer
34
views
34
views
___________ is a pretest loop that will execute until the value of z equals 10?
asked
Oct 8, 2020
in
Technology
by
JackTerrance
(
190k
points)
#javascript
0
votes
1
answer
13
views
13
views
Can we use just the tag name of structures to declare the variables for the same?t
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
190k
points)
#c-programming
+1
vote
1
answer
24
views
24
views
What is a pointer to a function? Give the general syntax for the same in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
190k
points)
#c-programming
...