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
which one is not preprocessor directive a)#if b)#elif c)#undef d)#pragma
16 Answers Accenture, Infosys, TCS, Wipro,
What does %p mean?
How can I recover the file name given an open stream?
Are negative numbers true in c?
Program to write some contents into a file using file operations with proper error messages.
main() { float f1=10.5; double db1=10.5 if(f1==db1) printf("a"); else printf("b") }
What is p in text message?
How to add two numbers without using semicolon at runtime
#include<stdio.h> main() {int i=1;j=1; for(;;) {if(i>5) break; else j+=1; printf("\n%d",j) i+=j; } }
please give code for this 1 2 4 7 11 16
Stimulate calculators to perform addition,subtraction,multiplication and division on two numbers using if/else statement?
What is structure pointer in c?