A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
No Answer is Posted For this Question
Be the First to Post Answer
How do I get a null pointer in my programs?
What is the meaning of this decleration? unsigned char (*pArray[10][10]); please reply.
int main() { int i=1; switch(i) { case '1': printf("hello"); break; case 1: printf("Hi"); break; case 49: printf("Good Morning"); break; } return 0; }
What is difference between static and global variable in c?
What is the symbol indicated the c-preprocessor?
why return type of main is not necessary in linux
How do you define CONSTANT in C?
A stack can be implemented only using array?if not what is used?
why do we use # in c-language?
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?
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
wap in c to accept n number display the highest and lowest value