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 |
What is the use of typedef in c?
What is context in c?
cavium networks written test pattern ..
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
write a fuction for accepting and replacing lowercase letter to'Z' with out using inline function.
Write a program to swap two numbers without using the third variable?
what is c?
how many times does the loop iterated ? for (i=0;i=10;i+=2) printf("Hi\n");
hello everybody can we change a the adress of a variabl i mean can i put for exemple for a int *p: &p=6 ?????????
What is your stream meaning?
What are the types of unary operators?
Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;