What is c method?
No Answer is Posted For this Question
Be the First to Post Answer
how to find string length wihtout using c function?
Explain how do you print an address?
How to reverse a linked list
1 Answers Aricent, Fidelity, IBM, TCS,
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
Write a C program that reads a series of strings and prints only those ending in "ed"
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
#include<stdio.h> void main() { int a=5,b=6,c; int x=(a<b)+7; int y=(x==7)*9; int z=(c=x+y)*2; printf("%h %h %h",x,y,z); } What is the output? Explain it.
Write a program to give following output..... ********* **** **** *** *** ** ** * * ** ** *** *** **** **** *********
Explain what is the difference between the expression '++a' and 'a++'?
Which is the best website to learn c programming?
Why is sprintf unsafe?
Tell me what is null pointer in c?