Why isnt any of this standardized in c?
No Answer is Posted For this Question
Be the First to Post Answer
How can I implement a delay, or time a users response, with sub-second resolution?
Find Error if any in below code, Justify ur answer: struct xx { int a; struct yy { char c; struct xx* p; } struct yy* q; }
What is methods in c?
marge linklist
what is printf
can u suggest me am in a confusion to choose whether to go to c programming or a software testing . am a graduate in B.sc(electronics).
There are N egg baskets and the number of eggs in each basket is a known quantity. Two players take turns to remove these eggs from the baskets. On each turn, a player must remove at least one egg, and may remove any number of eggs provided they all belong to the same basket. The player picking the last egg(s) wins the game. If you are allowed to decide who is going to start first, what mathematical function would you use to decide so that you end up on the winning side?
how to print a statement in c without use of console statement ,with the help of if statement it should print
What is the output of the program given below #include<stdio.h> main() { char i=0; for(;i>=0;i++) ; printf("%d\n",i); }
21 Answers ADITI, Student, TCS,
Is that possible to store 32768 in an int data type variable?
What are the different types of C instructions?
can we implement multi-threads in c.