Is c is a procedural language?
No Answer is Posted For this Question
Be the First to Post Answer
How can I dynamically allocate arrays?
What is variable declaration and definition in c?
how can I convert a string to a number?
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,
How to declare pointer variables?
write a c program for swapping two strings using pointer
What is a lvalue
how to multiply two number taking input as a string (considering sum and carry )
Can we use visual studio for c?
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);
FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.
Can you please explain the difference between exit() and _exit() function?