what is c?
Answers were Sorted based on User's Feedback
Answer / pazhani
C is one of the computer programming Languages
| Is This Answer Correct ? | 11 Yes | 1 No |
Answer / m.karthik
c is a procedure oriented programming language ,,,,,,,,,
and structure oriented language .........
developed at at & t labs by dennis ritche..........
in 1970s.........
| Is This Answer Correct ? | 3 Yes | 2 No |
which one is not preprocessor directive a)#if b)#elif c)#undef d)#pragma
16 Answers Accenture, Infosys, TCS, Wipro,
what is disadvantage of pointer in C
write a pgm to print 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1
What is a header file?
Given an array A[n+m] of n+m numbers, where A[1] ... A[n] is sorted and A[n+1] ... A[n+m] is sorted. Design a linear time algorithm to obtain A[1...n+m] sorted using only O(1) extra space. Time Complexity of your algorithm should be O(n) and Space Complexity O(1).
can we write a program in c for printf and scanf without using header file stdio.h
Write a programe print the sum of series 0,1,2,.....10
What is the purpose of the code, and is there any problem with it? unsigned int f( unsigned n ) { return –n & 7; }
Is it better to use malloc() or calloc()?
What is the Purpose of 'extern' keyword in a function declaration?
Tell me is null always defined as 0(zero)?
How do you access command-line arguments?