C language questions for civil engineering
No Answer is Posted For this Question
Be the First to Post Answer
which type of question asked from c / c++ in interview.
What is the use of the sizeof operator?
Please provide question papers of NATIONAL INFORMATICS CENTRE for Scientific officer
What are pointers in C? Give an example where to illustrate their significance.
What are loops in c?
Explain the difference between call by value and call by reference in c language?
write a program that prints a pascal triangle based on the user input(like how many stages) in an efficient time and optimized code?
How we add our function in liabrary as liabrary function. Exp. we want use our int factorical(int); function as int pow(int,int); function working in math header file.
a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.
how to find out the union of two character arrays?
Can you return null in c?
Is c easier than java?