What is sizeof return in c?
No Answer is Posted For this Question
Be the First to Post Answer
What are the disadvantages of c language?
What is the most efficient way to store flag values?
program to find the roots of a quardratic equation
what will be the output of "printf("%d%d",scanf("%d% d",&a,&b))".provide an explation regarding the question
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
Write a c pgm for leap year
11 Answers College School Exams Tests, IBM, TCS,
What is the process to generate random numbers in c programming language?
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
Can you write the algorithm for Queue?
0 Answers College School Exams Tests, TCS,
I came across some code that puts a (void) cast before each call to printf. Why?
Do you know what are the properties of union in c?