What are static functions?
Answer / nashiinformaticssolutions
Functions declared with static have internal linkage, accessible only within the file.
| Is This Answer Correct ? | 0 Yes | 0 No |
print out of string in this format; 1. "rajesh" 2. \n 3. %d
What is the use of bitwise operator?
What is #include conio h?
Who had beaten up hooligan "CHAKULI" in his early college days?
whitch value return void main?
write a C code to reverse a string using a recursive function, without swapping or using an extra memory.
9 Answers Motorola, TCS, Wipro,
Why is it important to memset a variable, immediately after allocating memory to it ?
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
how to swap two integers 1 and 32767 without using third variable
What is c preprocessor mean?
Explain the difference between ++u and u++?
Print all the palindrome numbers.If a number is not palindrome make it one by attaching the reverse to it. eg:123 output:123321 (or) 12321