Answer Posted / gupta
x(x+1)/2
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is a null string in c?
What is meant by int main ()?
How do you override a defined macro?
What is use of #include in c?
Explain how can you determine the size of an allocated portion of memory?
Can we use any name in place of argv and argc as command line arguments?
What is difference between static and global variable in c?
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
How do I determine whether a character is numeric, alphabetic, and so on?
Is array name a pointer?
How do you redirect a standard stream?
Where are c variables stored in memory?
How can I manipulate strings of multibyte characters?
What is pass by reference in functions?
What is void main () in c?