Define C in your own Language.
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is meant by 'bit masking'?
Subtract Two Number Without Using Subtraction Operator
How to reverse alternate words in a given line of string For Eg: my name is narasimha output : my eman is ahmisaran
difference between memcpy and strcpy
what is structuer?
c program to manipulate x=1!+2!+3!+...+n! using recursion
#include<stdio.h> void main() { int a [5]; for (i=0; i<=4; i++) printf(ā%dā ,a[i]); }
c program for searching a student details among 10 student details
pick out the odd one out of the following a.malloc() b.calloc() c.free() d.realloc()
What is use of pointer?
main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); } wat is the o/p and how?
Write a C program that reads a series of strings and prints only those ending in "ed"