Can an array be an Ivalue?
No Answer is Posted For this Question
Be the First to Post Answer
Write any data structure program (stack implementation)
How many identifiers are there in c?
How to find a missed value, if you want to store 100 values in a 99 sized array?
pascal triangle program
Is using exit() the same as using return?
Explain function?
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
What is define c?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
#include<stdio.h> main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } what will happen if you executed this code?
Write a program to reverse a linked list in c.
Write a C function to search a number in the given list of numbers. donot use printf and scanf