What is substring in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is the most appropriate way to write a multi-statement macro?
How is a two dimensional array passed to function when the order of matrix is not known at complie time?
What is the o/p of the follow pgm? #include<stdio.h> main() { char char_arr[5]=”ORACL”; char c=’E’; prinf(“%s\n”,strcat(char_arr,c)); } a:oracle b. oracl c.e d.none
how to find out the biggest element (or any other operation) in an array which is dynamic. User need not to mention the array size while executing.
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
write C code to reverse a string such that if i/p is "abc defg hij klmno pqrs tuv wxyz" and the o/p should be "cba gfed jih onmlk srqp vut zyxw"
void main() { for(; 0 ;) ... { printf("hello"); ... } getch(); }
Add Two Numbers Without Using the Addition Operator
nic scientist exam
Is this program statement valid? INT = 10.50;
Explain what is the best way to comment out a section of code that contains comments?
all c language question