Answer Posted / hari
request to responce(communcation)
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is a file descriptor in c?
Write a program to swap two numbers without using a temporary variable?
What are global variables and how do you declare them?
Is there anything like an ifdef for typedefs?
What is strcpy() function?
Explain #pragma statements.
If null and 0 are equivalent as null pointer constants, which should I use?
what value is returned to operating system after program execution?
Write a program to print factorial of given number without using recursion?
Should a function contain a return statement if it does not return a value?
What is meant by realloc()?
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
Is a house a mass structure?
Explain pointers in c programming?
p*=(++q)++*--p when p=q=1 while(q<=6)