Hi how many types of software editions are there and their
difference (like home editions, enterprise, standard etc)
can u please help me
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of #include in c?
What is volatile variable in c?
what is difference between C and C++
Describe the header file and its usage in c programming?
Mention four important string handling functions in c languages .
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
int n=1; while(1) { switch(n) { case 1:printf("a"); n++; continue; case 2:printf("b"); n++; continue; default : printf("c"); break; } break; }
Is it possible to pass an entire structure to functions?
I have one doubt. What does below statement mean? #define sizeof(operator) where operator can be int or float etc. Does this statement meaningful and where it can be used?
who is the father of C Language?
20 Answers CTS, UST,
Is it possible to initialize a variable at the time it was declared?
Explain 'far' and 'near' pointers in c.