What are the types of data types and explain?
No Answer is Posted For this Question
Be the First to Post Answer
f1() { f(3);} f(int t) { switch(t); { case 2: c=3; case 3: c=4; case 4: c=5; case 5: c=6; default: c=0;} value of c?
what are two categories of clint-server application development ?
What does void main () mean?
how to reverse string "Hello World" by using pointers only. Without any temp var
two variables are added answer is stored on not for third variable how it is possible?
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 is a stream?
Write code for initializing one dimentional and two dimentional array in a C Program?
5 Answers Deshaw, Edutech, GMD,
Write a program in c to replace any vowel in a string with z?
how to exchnage bits in a byte b7<-->b0 b6<-->b1 b5<-->b2 b4<-->b3 please mail me the code if any one know to rajeshmb4u@gmail.com
how to add two numbers without using arithmetic operators?
int a=0,b=2; if (a=0) b=0; else b=*10; What is the value of b ?