What is an lvalue?
No Answer is Posted For this Question
Be the First to Post Answer
1. Write a program to reverse every second word in a given sentence.
What is the difference between procedural and functional programming?
write C code to reverse a string such that if i/p is "abc defg hij klmno pqrs tuv wxyz" and the o/p should be "cba gfed jih onmlk srqp vut zyxw"
Define function ?Explain about arguments?
2 Answers Geometric Software, Infosys,
What is a structure and why it is used?
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
How can I call a function with an argument list built up at run time?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
FILE PROGRAMMING
what is the difference between exit() and _exit() functions?
#include<stdio.h> #include<conio.h> void main() { char ch='\356'; printf("%d",ch); } o/p=-18 why?plz.explain
Where is c used?