what is foreign key in c language?
In c programming language, how many parameters can be passed to a function ?
suppose there are five integers write a program to find larger among them without using if- else
C passes By value or By reference?
5 Answers Geometric Software, Infosys,
Write a c program to build a heap method using Pointer to function and pointer to structure ?
0 Answers MAHINDRA, Protech, Sivan Tech,
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
how to find out the inorder successor of a node in a tree??
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
How does placing some code lines between the comment symbol help in debugging the code?
Hai friends im a i year student. i want to develop my knowledge in the field of TSR in c. How I'm Improve ?
Describe the steps to insert data into a singly linked list.
WRITE A C PROGRAM FOR PRINT "RHOMBUS" STRUCTURE . Example: Enter the numbers :3 * * * * * * * *
Explain how do I determine whether a character is numeric, alphabetic, and so on?