How can I read data from data files with particular formats?
No Answer is Posted For this Question
Be the First to Post Answer
What is structure padding and packing in c?
give an example of type casting by a simple c program
What does c mean before a date?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
pierrot's divisor program using c or c++ code
write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]
code for replace tabs with equivalent number of blanks
What will be the result of the following program? char*g() { static char x[1024]; return x; } main() { char*g1="First String"; strcpy(g(),g1); g1=g(); strcpy(g1,"Second String"); printf("Answer is:%s", g()); } (A) Answer is: First String (B) Answer is: Second String (C) Run time Error/Core Dump (D) None of these
program in c to print 1 to 100 without using loop
How to add two numbers with using function?
What are the types of data structures in c?
What is bubble sort technique in c?