Explain what are its uses in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
What is the diffrent between while and do while statement ?
please tell me the logic for this C program : INPUT (string):ABCD OUTPUT :BCDA CDAB DABC
What are the types of pointers in c?
In CMM or CMMI certified organizations,we assess only the standard software processes of the organization. We do not assess the organizations other functional departments like HR or Admin. Then how can we certify the entire organization as CMM level company?? We have assessed only software related activities. Right. There is no relation with other departments like Accounts, HR or Admin. Then how can we claim that the whole company is a CMM certified company?
Explain how can I pad a string to a known length?
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..
void main() {int i=2; printf("%d%d%d",i,++i,i++); getch(); }
What is a file descriptor in c?
C program to find frequency of each character in a text file?
How can a string be converted to a number?
what is the output of the code and how? main() { int *ptr,x; x=sizeof(ptr); printf("%d",x); }
What is floating point exception error? And what are different types of errors occur during compile time and run time? why they occur?