What is static and auto variables in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the mean of this statement:: if(int i=0 * i=9)
how to add numbers without using arithmetic operators.
main() { char *ptr = "Ramco Systems"; (*ptr)++; printf("%s\n",ptr); ptr++; printf("%s\n",ptr); } Find the Outputs?
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
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..
What is c++ used for today?
Explain the use of fflush() function?
Tell me the use of bit field in c language?
Are comments included during the compilation stage and placed in the EXE file as well?
struct node {struct node*temp,*new} prinf("%d",sizeof(struct node));
Difference between data structure and data base.
7 Answers CTS, Value Labs, Zoho,
How to implement variable argument functions ?