What is a static function in c?
No Answer is Posted For this Question
Be the First to Post Answer
Why is the code below functioning. According to me it MUST NOT.
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
what is difference between ANSI structure and C99 Structure?
Find the middle node in the linked list?? (Note:Do not use for loop, count and count/2)
which of the following statements is incorrect a.typedef struct new{ int n1; char n2; } DATA; b.typedef struct { int n3; char *n4; }ICE; c.typedef union { int n5; float n6; } UDT; d.#typedef union { int n7; float n8; } TUDAT;
what is the importance of spanning tree?
What is the difference between fread and fwrite function?
Why do we write return 0 in c?
Can the size of an array be declared at runtime?
WAP that prints the number from 1 to 100. but for multiplies of three print "XXX" instead of the number and for the multiplies of five print "YYY" . for number which are multiplies of both three and five print "ZZZ"
What are header files in c?
What is the best way of making my program efficient?