What is chain pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
how to swap two integers 1 and 32767 without using third variable
What are the three constants used in c?
Explain is it valid to address one element beyond the end of an array?
what is the difference between entry control and exit control statement?
12 Answers Darbari Lal DAV Model School,
write program on arrays
Explain what math functions are available for integers? For floating point?
How to declare a variable?
#include<stdio.h> main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } what will happen if you executed this code?
what is the difference between procedure oriented and object oriented progaming language
What is a keyword?
How to write a program for swapping two strings without using 3rd variable and without using string functions.
what is the function of void main()?