What is the use of f in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is the hardware model of CFG( context free grammar)
Write a program to remove the C comments(/* */) and C++ comments(//) from a file. The file should be declared in command line.
Write a program to display the no of bit difference between any 2 given numbers eg: Num1 will 12->1100 Num2 will 7->0111 the difference in bits are 2.
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
Differentiate between new and malloc(), delete and free() ?
#include<stdio.h> #include<conio.h> void main() { char ch='\356'; printf("%d",ch); } o/p=-18 why?plz.explain
What is union and structure?
when i declare as: void main() { clrscr(); int a=10; printf("%d",a) } my problem that why generate a error in above programs. please tell me answer seriously .
Explain what will the preprocessor do for a program?
How many types of linked lists what are they? How many types of data structures?
18 Answers BSNL, Pivotal Software,
How we can insert comments in a c program?