What is declaration and definition in c?
No Answer is Posted For this Question
Be the First to Post Answer
Is sizeof a keyword in c?
what is the value of b if a=5; b=++a + ++a
31 Answers Infosys, TCS, Tech Mahindra,
Write a program to print all the prime numbers with in the given range
8 Answers ABC, College School Exams Tests, TCS,
What are the benefits of c language?
How would you sort a linked list?
Explain how do you print only part of a string?
What does. int *x[](); means ?
Is there any restriction in how many arguments printf or scanf function can take? in which file in my c++ compiler i can see the code for implementation of these two functions??
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
What are the scope of static variables?
write a program that prints a pascal triangle based on the user input(like how many stages) in an efficient time and optimized code?
What are the two types of structure?