What are derived data types in c?
how to print 2-D array using a single for loop?
2 Answers Mind Tree, TCS, Value Labs,
What are the three constants used in c?
what is the little endian and big endian?
Can you apply link and association interchangeably?
Tell us the difference between these two : #include"stdio.h" #include<stdio.h> define in detial.
what defference between c and c++ ?
write a c prog for removing duplicate character from an array and sorting remaining elements using a single array
What is storage class?
Write a program to identify if a given binary tree is balanced or not.
write a program wch produces its own source code aas its output?
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
write a c program for swapping two strings using pointer