when to use : in c program?
Answers were Sorted based on User's Feedback
What does it mean when the linker says that _end is undefined?
What is 2c dna?
What is output of the following program ? main() { i = 1; printf("%d %d %d\n",i,i++,i++); }
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 are the parts of c program?
What is .obj file in c?
Tell about strtok & strstr functions
2 Answers HCL, iFlex, Motorola,
Do pointers store the address of value or the actual value of a variable?
Write a c program to find, no of occurance of a given word in a file. The word is case sensitive.
What are nested functions in c?
What are the advantages of using Unions?
please can some one guide me, to the answer Write a C program to enter 15 numbers as an input from the keyboard and program will find and print odd numbers and their average. i have studied while and do while loop for loop if and else if switch