Which is best linux os?
c pgm count no of lines , blanks, tabs in a para(File concept)
if ENTERED FIVE DIGITS DESIGN A PROGRAM THAT WILL FIND CORRESPONDING VALUE FROM ASCII TABLE
#‎include‬<stdio.h> void main() { int i; for(i=5;0;i++) { printf("%d",i); } }
Given a piece of code int x[10]; int *ab; ab=x; To access the 6th element of the array which of the following is incorrect? (A) *(x+5) (B) x[5] (C) ab[5] (D) *(*ab+5} .
Write a C program that reads a series of strings and prints only those ending in "ed"
what is the structure?
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
List some applications of c programming language?
What is the general form of #line preprocessor?
What does stand for?
the format specified for hexa decimal is a.%d b.%o c.%x d.%u
write a fuction for accepting and replacing lowercase letter to'Z' with out using inline function.