What is the explanation for prototype function in c?
No Answer is Posted For this Question
Be the First to Post Answer
How do we swap or interchange any 2 numbers without using Temporary variable...Anybody can pls answer it.. Thanks in Advance
What are the 4 types of unions?
#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }
Why is c fast?
difference between i++* and *++i
Why is the code below functioning. According to me it MUST NOT.
What is the size of enum in bytes?
Differentiate between full, complete & perfect binary trees.
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
why in C,C++'s int size is 2 byte and .net(c#) int Size is 4 byte?
Program to swap the any two elements in an array containing N number of elements?
1 Answers Bosch, Glenwood, Ugam Solutions,
can we implement multi-threads in c.