What is bash c?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to print prime nums from 1-20 using c programing?
Finding first/last occurrence of a character in a string without using strchr( ) /strrchr( ) function.
What is the difference between fread buffer() and fwrite buffer()?
WHAT IS RTGS N MINIMUM AMT TO B TRANSFERD N WHAT R THE CHARGES ON MINIMUM AMT N IN WHICH BANK WE CAN DO IT?
Why data types in all programming languages have some range? Why ritche have disigned first time likethat?Why not a single data type can support all other types?
What does main () mean in c?
What is the function of volatile in c language?
enum colors {BLACK,BLUE,GREEN} main() { printf("%d..%d..%d",BLACK,BLUE,GREEN); return(1); }
int a[3][5]={ {1,2,3,4,5],{2,3,4,5,6},{10,11,12,13,14}}; int *p=&a; printf(ā%dā,*(*(x+1)+3));
Please list all the unary and binary operators in C.
There are 21 people in a room. They have to form groups of 3 people each. How many combinations are possible? Write a C program to print the same.
What are the types of assignment statements?