What is uint8 in c?
No Answer is Posted For this Question
Be the First to Post Answer
How can I find out the size of a file, prior to reading it in?
What is the difference between int main and void main?
Why string is used in c?
What is pointers in c with example?
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?
difference between malloc and calloc
Does c have function or method?
int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain me output????
what are # pragma staments?
#include<stdio.h> #include<conio.h> void main() { char ch='\356'; printf("%d",ch); } o/p=-18 why?plz.explain
What are the different types of errors?
what is dangling pointer?