What are predefined functions in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is use of loop?
Write program to remove duplicate in an array?
write a program to generate address labels using structures?
Is Exception handling possible in c language?
explain memory layout of a C program
How we can write a value to an address using macro..?
#include<stdio.h> void main() { int a [5]; for (i=0; i<=4; i++) printf(ā%dā ,a[i]); }
What is the -> in c?
tell me the full form of c?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
Is there any data type in c with variable size?
program to find middle element of linklist?