What is a #include preprocessor?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between printf and scanf in c?
Do you know what is a programing language ?
What is substring in c?
a value that does not change during program execution a) variabe b) argument c) parameter d) none
#include<stdio.h> int main( ) { Int a=300, b, c; if(a>=400) b=300; c=200; printf(“%d%d ”, b, c); return0; }
Explain modulus operator.
Write a C program to read the internal test marks of 25 students in a class and show the number of students who have scored more than 50% in the test. Make necessary assumptions.
What are predefined functions in c?
How can I read a directory in a C program?
2 Answers Bright Outdoor, Wipro,
how many header file is in C language ?
44 Answers College School Exams Tests, CTS, IBM, IMS, Infosys, ME, Sign Solutions, Wipro, XVT,
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
what is a function prototype?