Meaning of () in c
Answer / shrikantauti
it means function.
it may be user defined or system defined.
| Is This Answer Correct ? | 6 Yes | 0 No |
how can i get the string which is having two spaces at the end.suppose the string is "Hello World ".Now at the end i have two spaces.i need to print with that spaces .
What is far pointer in c?
what different between c and c++
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
Is there something we can do in C but not in C++? Declare variable names that are keywords in C++ but not C.
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
how to create c progarm without void main()?
printf("%d",(printf("Hello")); What it returns?
Reverse the part of the number which is present from position i to j. Print the new number. eg: num=789876 i=2 j=5 778986
Write a program to know whether the input number is an armstrong number.
without using arithmatic operator solve which number is greater??????????
What are the 3 types of structures?