Why isnt any of this standardized in c?
No Answer is Posted For this Question
Be the First to Post Answer
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
write program on arrays
What is #line used for?
. A database table called PERSON contains the fields NAME, BASIC and HRA. Write a computer program to print a report which employee name and total salary for those employees whose total salary is more than 10,000. Total Salary = BASIC + HRA. At the end, the program should also print the total number of employees whose total salary is more than 10,000.
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 do I access command-line arguments?
Explain what are multibyte characters?
How can I copy just a portion of a string?
Here is alphabets : abcdefgh 1) how to reverse. as hgfedcba 2) after reversal, how to group them in a pair hg fe dc ba.
Who developed c language?
Is c high or low level?