What is property type c?
No Answer is Posted For this Question
Be the First to Post Answer
struct ptr { int a; char b; int *p; }abc; what is d sizeof structure without using "sizeof" operator??
Total of how many functions are available in c?
what is the importance of spanning tree?
Write a program using bitwise operators to invert even bits of a given number.
Define and explain about ! Operator?
How can I generate floating-point random numbers?
Reverse a string word by word??
what is dangling pointer?
second highest number in a given set of numbers
What is cohesion and coupling in c?
List the variables are used for writing doubly linked list program.
#include<stdio.h> void main() { int a [5]; for (i=0; i<=4; i++) printf(ā%dā ,a[i]); }