What does a function declared as pascal do differently?
a character variable can at a time store a) 1 character b) 8 characters c) 254 characters d) none of the above
What are variables and it what way is it different from constants?
write a program that uses point of sale system. which are mainly used by retail markets, where the is a database inventory list, a slip should be printed for the customer. manage should be able to access what has been sold and what is left from stock?
What is your favorite subject?
1 Answers Ericsson, Invendis, Tech Mahindra,
Explain the difference between #include "..." And #include <...> In c?
What is the difference between union and structure in c?
What are the key features in c programming language?
What is the purpose of scanf() and printf() functions?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
#include <stdio.h> void main() { int i=-1,j=1,k,l; k=!i&&j; l=!i||j; printf ("%d%d",k,l) ; }
How are strings stored in c?
Using which language Test cases are added in .ptu file of RTRT unit testing???