How can I copy just a portion of a string?
No Answer is Posted For this Question
Be the First to Post Answer
post new interiew question and aptitude test papers
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
what do you mean by inline function in C?
Explain #pragma in C.
int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?
Which is the memory area not included in C program? give the reason
In c programming language, how many parameters can be passed to a function ?
What is c language used for?
What are 'near' and 'far' pointers?
write a program in 'c' to find the value of p[i+1]^n.p,i,n are arguments of a macro and n is a integer
What does the message "warning: macro replacement within a string literal" mean?
Why C language is a procedural language?