How we can insert comments in a c program?
what is the difference between #include<> and #include”…”?
ASCII stands for
Why c++ is called c++ and not c+?
What is a wrapper function in c?
read the folllowing code # define MAX 100 # define MIN 100 .... .... if(x>MAX) x=1; else if(x<MIN) x=-1; x=50; if the initial value of x=200,what is the vlaue after executing this code? a.200 b.1 c.-1 d.50
how to print "hai" in c?
An entire structure variable can be assigned to another structure variable if __________
3 Answers Sasken, TCS, Tech Mahindra, Wipro,
if array a conatins 'n' elements and array b conatins 'n-1' elements.array b has all element which are present in array a but one element is missing in array b. find that element.
18 Answers Parexel, Ram Infotech, Zycus Infotech,
how can i get this by using for loop? * ** * **** * ******
whats the use of header file in c?
What does s c mean on snapchat?
write a program to find out number of on bits in a number?