what is difference between ANSI structure and C99 Structure?
What are the concepts introduced in OOPs?
Explain function pointer with exapmles.
how to make c program without a libary? e.g.#include<stdio.h> libary is not in c progaram.
How does variable declaration affect memory?
What is a program?
write a program to display the frequency of each element in a given array in c language
How will you declare an array of three function pointers where each function receives two ints and returns a float?
What is const volatile variable in c?
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
what are two categories of clint-server application development ?
Explain what is dynamic data structure?
Write a code to reverse string seperated by spaces i/p str=India is my country o/p str=aidnI si ym yrtnuoc After writing code, optimize the code