when to use : in c program?
Answers were Sorted based on User's Feedback
What is the difference between text and binary i/o?
How #define works?
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?
What does node * mean?
why should i select you?
c language interview questions & answer
Can a program have two main functions?
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
identify the in correct expression a.a=b=3=4; b.a=b=c=d=0; float a=int b=3.5; d.int a; float b; a=b=3.5;
Differentiate between declaring a variable and defining a variable?
State the difference between realloc and free.
accept character from keyboard untill the user presses the enter key.If the user enters any character other than upper case(A-Z)alphabets program should stop taking any input