What are identifiers and keywords in c?
No Answer is Posted For this Question
Be the First to Post Answer
C passes By value or By reference?
5 Answers Geometric Software, Infosys,
Which is better oop or procedural?
What is a far pointer in c?
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
Write a pro-gramme to determine whether the number is even or odd?
how to generate the length of a string without using len funtion?
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?
What is the meaning of c in c language?
How can I read a binary data file properly?
What are void pointers in c?
Program to find the absolute value of given integer using Conditional Operators
coding for Fibonacci.?