What is struct node in c?
No Answer is Posted For this Question
Be the First to Post Answer
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
What are the standard predefined macros?
write C code to reverse a string such that if i/p is "abc defg hij klmno pqrs tuv wxyz" and the o/p should be "cba gfed jih onmlk srqp vut zyxw"
Where does the name "C" come from, anyway?
write a program to gat the digt sum of a number (et. 15= >1+5=6)
What is the difference between array_name and &array_name?
what is the difference between structural,object based,object orientd programming languages?
main difference between c and c++ language
What library is sizeof in c?
What are different types of pointers?
Write a C function to search a number in the given list of numbers. donot use printf and scanf
how to find your architecture is LittleEndian or BigEndian?