What are identifiers c?
No Answer is Posted For this Question
Be the First to Post Answer
What does typedef struct mean?
what is inline function?
Explain what is #line used for?
what is 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?
what is the output of the following program? #include<stdio.h> void main() { float x=1.1; while(x==1.1) { printf("\n%f",x); x=x-0.1; } }
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
a simple program in c language
Write a program in C to reverse a number by recursive function?
Why is c faster?
O,T,T,F,F,S,S,E,N,?,?,?,T,F,F,S,S,E,N
What is the scope of static variable in c?