I need a sort of an approximate strcmp routine?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to print fibonacci series using recursion?
What does the message "automatic aggregate intialization is an ansi feature" mean?
What is the difference between array and linked list in c?
Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.
Explain threaded binary trees?
Is boolean a datatype in c?
int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?
what is difference between getchar,putchar functions and printf and scanf function? does putchar show output only when input given to it
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
What are pointers really good for, anyway?
Tell me about low level programming languages.
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler