What is main function in c?
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
What are the types of assignment statements?
Write a small C program to determine whether a machine's type is little-endian or big-endian.
#include<std.h> int main() { char *str[]={"Frogs","Do","Not","Die","They","Croak!"}; printf("%d %d\n",sizeof(str),strlen(str)); ...return 0; } what will the output of the above program?
code for inverse a matrix
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
write a recursive program in'c'to find whether a given five digit number is a palindrome or not
write a program to swap two numbers without using temporary variable?
Is c dynamically typed?
write a program for 4 4 3 3 3 3 2 2 2 2 2 2 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 2 2 2 2 2 2 3 3 3 3 4 4
Does c have an equivalent to pascals with statement?
what is the value of b if a=5; b=++a + ++a
31 Answers Infosys, TCS, Tech Mahindra,