What is New modifiers?
No Answer is Posted For this Question
Be the First to Post Answer
Which of these statements are false w.r.t File Functions? i)fputs() ii)fdopen() iii)fgetpos() iv)ferror() A)ii B)i,ii C)iii D)iv
How can I call fortran?
read a number & print all its devisors using c-program?
Can you apply link and association interchangeably?
Why is structure padding done in c?
Which of the following about the C comments is incorrect ? a.commentscan go over multiple lines b.comments can start any where in the line c.a line can contain comments with out any language statements d.comments can occur within comments
Can include files be nested? How many levels deep can include files be nested?
Just came across this question, felt worth sharing, so here it is I want you to make a C/C++ program that for any positive integer n will print all the positive integers from 1 up to it and then back again! Let's say n=5 I want the program to print: 1 2 3 4 5 4 3 2 1. Too easy you say? Okay then... You can ONLY USE: 1 for loop 1 printf/cout statement 2 integers( i and n) and as many operations you want. NO if statements, NO ternary operators, NO tables, NO pointers, NO functions!
Why ordinary variable store only one value
Can an array be an Ivalue?
What are the average number of comparisons required to sort 3 elements?
what is the little endian and big endian?