what is the code to display color fonts in the output?
Explain how do you determine the length of a string value that was stored in a variable?
f1() { f(3);} f(int t) { switch(t); { case 2: c=3; case 3: c=4; case 4: c=5; case 5: c=6; default: c=0;} value of c?
how to use showbits function?
print pattern 1 1 33 33 555 555 77777777 555 555 33 33 1 1
#include<stdio.h> void main() { int a [5]; for (i=0; i<=4; i++) printf(“%d” ,a[i]); }
write a program to delete an item from a particular location of an linear array?
What is the difference between local variable and global variable in c?
What is pass by reference in c?
what are enumerations in C
compute the nth mumber in the fibonacci sequence?
10 Answers Canon, HPL, Satyam, TCS,
Why can arithmetic operations not be performed on void pointers?
What does a pointer variable always consist of?