Which is best linux os?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

c pgm count no of lines , blanks, tabs in a para(File concept)

2 Answers  


if ENTERED FIVE DIGITS DESIGN A PROGRAM THAT WILL FIND CORRESPONDING VALUE FROM ASCII TABLE

1 Answers  


#&#8206;include&#8236;<stdio.h> void main() { int i; for(i=5;0;i++) { printf("%d",i); } }

2 Answers   Facebook,


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} .

2 Answers   Oracle,


Write a C program that reads a series of strings and prints only those ending in "ed"

2 Answers   Accenture,






what is the structure?

4 Answers   TCS,


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.

0 Answers  


List some applications of c programming language?

0 Answers  


What is the general form of #line preprocessor?

0 Answers  


What does stand for?

0 Answers  


the format specified for hexa decimal is a.%d b.%o c.%x d.%u

7 Answers   TCS,


write a fuction for accepting and replacing lowercase letter to'Z' with out using inline function.

5 Answers   Temenos,


Categories