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 sizeof int?
9.how do you write a function that takes a variable number of arguments? What is the prototype of printf () function? 10.How do you access command-line arguments? 11.what does ‘#include<stdio.h>’ mean? 12.what is the difference between #include<> and #include”…”? 13.what are # pragma staments? 14.what is the most appropriate way to write a multi-statement macro?
Explain what is wrong with this statement? Myname = ?robin?;
program to find the ASCII value of a number
what is the output of the code and how? main() { int *ptr,x; x=sizeof(ptr); printf("%d",x); }
What are the types of data files?
write a program which counts a product of array elements lower than 10.
What is #include stdlib h?
What does %d do in c?
how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?
Difference between C and Embedded C?
True or false: If you continuously increment a variable, it will become negative? 1) True 2) False 3) It depends on the variable type