What is a structure member in c?
No Answer is Posted For this Question
Be the First to Post Answer
Given an array of numbers, except for one number all the others occur twice. Give an algorithm to find that number which occurs only once in the array.
what is the disadvantage of using macros?
What are runtime error?
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
what is op? for(c=0;c=1000;c++) printf("%c",c);
What is structure packing ?
whitch value return void main?
explain memory layout of a C program
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
Diff between for loop and while loop?
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
wap to print "hello world" without using the main function.