What is the stack in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is ans for this scanf(%%d",c);
What is the purpose of Scanf Print, getchar, putchar, function?
My teacher ask to make a program that can: Insert record in front Insert record at the end Insert in between Search node record Delete record in front Delete record at the end Delete record in between Using Data structure Linked List type. But I'm really confused about the codes and I can't go through. Please help Thanks in advance. Also here is my unfinished code if someone can make changes it will be more good.
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].
program for reversing a selected line word by word when multiple lines are given without using strrev
Do you know null pointer?
Is c still used?
char *p="name"; printf(p);
#include<stdio.h> void main() { int a [5]; for (i=0; i<=4; i++) printf(ā%dā ,a[i]); }
What is external and internal variables What is dynamic memory allocation what is storage classes in C
What is keyword in c?