Stimulate calculator using Switch-case-default statement for
two numbers
Tell us two differences between new () and malloc ()?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
1.)how to find d most repeated word in a string? string ="how do you do"?? output should be do
1 Answers AAS, Nagarro, Vuram,
Where can I get an ansi-compatible lint?
How can I remove the leading spaces from a string?
What will the preprocessor do for a program?
if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain me output????
write a program in C to swap two variables
What is modeling?
Do you know what is the purpose of 'extern' keyword in a function declaration?