Explain what is a 'locale'?
No Answer is Posted For this Question
Be the First to Post Answer
Do you know pointer in c?
Write a program to check palindrome number in c programming?
what are two kinds of java
what are the general concepts of c and c++
What is else if ladder?
What is identifiers in c with examples?
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 are the various topologies? Which one is the most secure?
who is the father of c
what is a pointer
4 Answers Bank Of America, TCS,
How do we swap or interchange any 2 numbers without using Temporary variable...Anybody can pls answer it.. Thanks in Advance
24.what is a void pointer? 25.why arithmetic operation can’t be performed on a void pointer? 26.differentiate between const char *a; char *const a; and char const *a; 27.compare array with pointer? 28.what is a NULL pointer? 29.what does ‘segmentation violation’ mean? 30.what does ‘Bus Error’ mean? 31.Define function pointers? 32.How do you initialize function pointers? Give an example? 33.where can function pointers be used?