how can i include my own .h file EX:- alex.h like
#include<alex.h>, rather than #include"alex.h"
How to reverse alternate words in a given line of string For Eg: my name is narasimha output : my eman is ahmisaran
Why c is a procedural language?
du u know test pattern for robosoft? Plz share
1 Answers RoboSoft, TATA, Wipro,
do you think its fraud or original company?
What is function pointer c?
write a program to gat the digt sum of a number (et. 15= >1+5=6)
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
What is Bitwise Operator and how it works?
What is #include called?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
What is c variable?
I have an array of 100 elements, each of which is a random integer. I want to know which of the elements: a) are multiples of 2 b) are multiples of 2 AND 5 c) have a remainder of 3 when divided by 7