How to declare pointer variables?
No Answer is Posted For this Question
Be the First to Post Answer
difference between loading and linking
1.What is a Data Structure? Explain its need? 2.What is a Directed Graph? Write an algorithm to find whether a Directed Graph is connected or not? 3.Explain the process of converting a Tree to a Binary Tree.
What is the advantage of c?
#include<stdio.h> void main() { int a,b,c; a=b=c=1; c=++a || ++b && ++c; printf("%d\t%d\t%d",a,b,c); }
print ur name without using any semicolon in c/c++....
21 Answers Bosch, TCS, Wipro,
Is the exit() function same as the return statement? Explain.
0 Answers Agilent, ZS Associates,
What is the difference between if else and switchstatement
Explain what are bus errors, memory faults, and core dumps?
What is an operator?
Write a C program to count the number of email on text
how to write a program which adds two numbers without using semicolon in c
Who is the main contributor in designing the c language after dennis ritchie?