When do you not use the keyword 'return' when defining a function
a) Always
b) Never
c) When the function returns void
d) dfd
No Answer is Posted For this Question
Be the First to Post Answer
What's the difference between a linked list and an array?
How do you construct an increment statement or decrement statement in C?
Write a program to generate prime factors of a given integer?
actually i have 2 years teaching experience as computer faculty but now i am a DBA but when i go for interview many peoples asked me why i left my teaching profession and why i want to come in this field kindly give me the proper answer of this queston
Define and explain about ! Operator?
What is the output from this program? #include <stdio.h> void do_something(int *thisp, int that) { int the_other; the_other = 5; that = 2 + the_other; *thisp = the_other * that; } int main(void) { int first, second; first = 1; second = 2; do_something(&second, first); printf("%4d%4d\n", first, second); return 0; }
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
string reverse using recursion
Is it possible to run using programming C for Java Application?
What is the difference between text and binary i/o?
Why data types in all programming languages have some range? Why ritche have disigned first time likethat?Why not a single data type can support all other types?
what is the function of .h in #include<stdio.h> in c ?
23 Answers HCL, IBM, Wipro,