Why c is known as a mother language?
No Answer is Posted For this Question
Be the First to Post Answer
what is difference between array and structure?
44 Answers College School Exams Tests, CTS, Google, HCL, IBM, Motorola, TCS,
Explain the advantages of using macro in c language?
What are the storage classes in C?
what is the structure pointer?
a memory of 20 bytes is allocated to a string declared as char *s then the following two statements are executed: s="Etrance" l=strlen(s); what is the value of l ? a.20 b.8 c.9 d.21
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
#include<stdio.h> main() { int i=5; printf("%d",i*i-- - --i*i*i++ + ++i); } tell the answer with correct reason .specially reason is important nt answer ans by turbo c is -39
Please write me a program to print the first 50 prime numbers (NOT between the range 1 -50)
main() { int a=0; if(a=0) printf("Ramco Systems\n"); printf("India\n"); } output?
Write a c program to find, no of occurance of a given word in a file. The word is case sensitive.
When c language was developed?
How can I implement a delay, or time a users response, with sub-second resolution?