Tell me the use of bit field in c language?
No Answer is Posted For this Question
Be the First to Post Answer
what is void pointer?
What is p in text message?
pgm to find middle element of linklist(in efficent manner)
Explain what does the format %10.2 mean when included in a printf statement?
Can include files be nested? How many levels deep can include files be nested?
we compile c program in 32 processor and 64 bit processor .exe file is created in both the processors. if we want to run .exe file in 64 bit processor which is created in 32 bit processor. is that .exe file is run or not if it is not run why?
In which language linux is written?
Ca some one please help me with aC code to allow user enter numbers from 1 to 20 without repeating and prnt the sum of those numbers thnx
main() { int age; float ht; printf("Enter height and age"); scanf("%d%d",&height,&age); if((age<=20)&&(ht>=5)) {printf("She loves you");} else {printf("She loves you");} }
What's wrong with "char *p = malloc(10);" ?
WHAT IS PRE POSSESSORS?
Can you return null in c?