What math functions are available for integers? For floating point?
No Answer is Posted For this Question
Be the First to Post Answer
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
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
In scanf h is used for
write c program to display output 10(10+20)+(10+20+30)+ ... n term
0 Answers Hindustan Gum Chemicals,
Write a factorial program using C.
1. Can we use the for loop this way? for(;i>5;) 2. What is the use of pointers? 3. what is array of pointer? 4. What is the difference between file and database? 5. Define data structure?
program for swapping two strings by using pointers in c language
When should a type cast be used?
Write a program to find given number is even or odd without using any control statement.
Write a program for the following series? 1 121 12321 1234321 123454321 12345654321 1234567654321 123456787654321 12345678987654321 1234567890987654321 123456789010987654321 12345678901210987654321 1234567890123210987654321 .........1234321............ ..........123454321............ ..........12345654321............ 7 8 9 0 1 Pls............?
How can I read and write comma-delimited text?
What is enumerated data type in c?