What do you mean by a local block?
No Answer is Posted For this Question
Be the First to Post Answer
Can you pass an entire structure to functions?
f=(x>y)?x:y a) f points to max of x and y b) f points to min of x and y c)error
How can I read a binary data file properly?
explain what is a newline escape sequence?
Explain what will the preprocessor do for a program?
What is switch in c?
How to set file pointer to beginning c?
Explain enumerated types.
Can include files be nested?
application attempts to perform an operation?
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
regarding pointers concept