What are the advantages of external class?
No Answer is Posted For this Question
Be the First to Post Answer
How can I convert integers to binary or hexadecimal?
Explain how do you determine whether to use a stream function or a low-level function?
Define a structure to store roll no, name and marks of a student. Using the structure of above write a ‘C’ program to create a file “student.dat”. There must be one record for every student in the file. Accept the data from the user.
Write a program to know whether the input number is an armstrong number.
What is wrong with this code?
What is the code in while loop that returns the output of given code?
what is the use of bitfields & where do we use them?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
What do you mean by keywords in c?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
give an example of type casting by a simple c program
what is difference between #include<stdio.h> and #include"stdio.h"