In c language can we compile a program without main() function?
No Answer is Posted For this Question
Be the First to Post Answer
What is pass by value in c?
What do the functions atoi(), itoa() and gcvt() do?
What is ponter?
a character variable can at a time store a) 1 character b) 8 characters c) 254 characters d) none of the above
What is the difference between union and anonymous union?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
Is c a great language, or what?
How to find the digits truncation when assigning the interger variable to the character variables. like int i=500; char x = i : here we have truncation. how to find this. another ex: i =100; char x=i. here we do not have truncation.
How to compare array with pointer in c?
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
What is the process to create increment and decrement stamen in c?
for example user gives input as " 20 or 20.0 or rs 20.0 or 20.00 or rs20 and so .. on " and the output should be stored as " rs.20.00 " in a variable