write c program to display output 10(10+20)+(10+20+30)+ ... n
term
No Answer is Posted For this Question
Be the First to Post Answer
what do u mean by Direct access files? then can u explain about Direct Access Files?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
Hi, main() { } Is a user defined function or Built in Functionn
What is a union?
What is the scope of global variable in c?
main() { int i; printf("%d",scanf"%d",&i))//if the input is 12 24 34 then wat will be the output }
Explain how do you list a file’s date and time?
What is difference between the following 2 lines…. int temp = (int)(0x00); int temp = (0x00int);
How to write in a function declaration and in function call in which the function has 'n' number of varible or arguments?
#include<string.h> void main() { String s1[]={"swathi"}; string s2[]={"maddimsetti"}; s1[]=s[]; printf("%s",s1[]); }
what are brk, sbrk?
write a program to rearrange the array such way that all even elements should come first and next come odd