Explain what are header files and explain what are its uses in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
3. When do you say that a digraph is acyclic A)if and only if its first search does not have back arcs B)a digraph is acyclic if and only if its first search does not have back vertices C)if and only if its first search does not have same dfnumber D)None of these
What is the use of bitwise operator?
write an algorithm and a program to count the number of elements in a circularly singly linked list
program that accepts amount in figures and print that in words
2 Answers Infosys, Lovely Professional University, Wipro,
Develop a program that computes the new price of an item. The program should receive a character variable colour and a double precision floating-point variable price from the user. Discount rate is determined based on the colour of the discount sticker, as shown in the following table. An error message should be printed if an invalid colour has been entered
macros and function are related in what aspect? a)recursion b)varying no of arguments c)hypochecking d)type declaration
12 Answers HCL, Infosys, Microsoft,
Define function ?Explain about arguments?
2 Answers Geometric Software, Infosys,
What are the modifiers available in c programming language?
What is an arrays?
Famous puzzles which are generally asked by companies during interviews ?
Explain what happens if you free a pointer twice?
What is an example of enumeration?