What is a node in c?
No Answer is Posted For this Question
Be the First to Post Answer
Are the variables argc and argv are local to main?
What do you mean by invalid pointer arithmetic?
How do shell structures work?
When a c file is executed there are many files that are automatically opened what are they files?
What are bit fields? What is their use?
Hi Every one...........I have been selected for the SBI Clerk. But i m one month Pregnanat. So anyone please suggest me, is they take any objection on my joining .
4 Answers State Bank Of India SBI,
write a c program to change only the 3rd bit of the particular number such that other bits are not affected.. if bitnum=10(say.. it can be any no..
Write c-code for 5+55+555+5555+55555+555555+5555555. Output will be it's answer...
write an algorithm to get a sentence and reverse it in the following format: input : I am here opuput: Here Am I note: first letter of every word is capiatlised
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..
Why doesn't the code "int a = 1000, b = 1000; long int c = a * b;" work?
how do you execute a c program in unix.